[PATCH] D44801: Add the -fsanitize=shadow-call-stack flag
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 27 10:50:28 PDT 2020
    
    
  
MaskRay added inline comments.
Herald added a subscriber: arphaman.
================
Comment at: cfe/trunk/test/Driver/sanitizer-ld.c:563
+// RUN:   | FileCheck --check-prefix=CHECK-SHADOWCALLSTACK-LINUX-X86-64 %s
+// CHECK-SHADOWCALLSTACK-LINUX-X86-64-NOT: error:
+
----------------
sanitizer-ld.c is for linker option tests. This merely checks incompatibility of compile flags and `fsanitize.c` may be more suitable.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44801/new/
https://reviews.llvm.org/D44801
    
    
More information about the llvm-commits
mailing list