================
@@ -2756,10 +2758,23 @@ 
CodeGenFunction::SanitizerScope::SanitizerScope(CodeGenFunction *CGF)
     : CGF(CGF) {
   assert(!CGF->IsSanitizerScope);
   CGF->IsSanitizerScope = true;
+
+  assert(!this->ApplyTrapDI);
----------------
thurstond wrote:

Fixed in 
https://github.com/llvm/llvm-project/pull/141997/commits/2a816fe9d18f8e024a3d02ba15eb0e1827a1e980

https://github.com/llvm/llvm-project/pull/141997
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to