[PATCH] D46451: [asan] Add instrumentation support for Myriad

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 13:23:50 PDT 2018


waltl marked an inline comment as done.
waltl added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:1563
+    // nothing and return, so don't treat it as noreturn.
+    if (IsMyriad || Recover) {
       CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false);
----------------
kcc wrote:
> move this logic to where the 'Recover' flag is set. 
I reverted this change; it's no longer needed.


Repository:
  rL LLVM

https://reviews.llvm.org/D46451





More information about the llvm-commits mailing list