================
@@ -1935,12 +1940,12 @@ void HWAddressSanitizer::ShadowMapping::init(Triple 
&TargetTriple,
     SetFixed(0);
   } else if (ClMappingOffset.getNumOccurrences() > 0) {
     SetFixed(ClMappingOffset);
-    WithFrameRecord = false;
   } else if (ClEnableKhwasan || InstrumentWithCalls) {
     SetFixed(0);
     WithFrameRecord = false;
----------------
vitalybuka wrote:

We need to fix this, but this is not the point of PR, here I break mapping => 
WithFrameRecord.

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

Reply via email to