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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 14:58:13 PDT 2018


kcc 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);
----------------
move this logic to where the 'Recover' flag is set. 


Repository:
  rL LLVM

https://reviews.llvm.org/D46451





More information about the llvm-commits mailing list