kstoimenov accepted this revision.
kstoimenov added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Instrumentation/AddressSanitizer/global_with_comdat.ll:8
 ;
-; RUN: opt < %s -passes=asan             -asan-globals-live-support=1 -S | 
FileCheck %s --check-prefixes=CHECK,NOCOMDAT
+; RUN: opt < %s -passes=asan             -asan-globals-live-support=1 
-asan-use-odr-indicator=0 -S | FileCheck %s --check-prefixes=CHECK,NOCOMDAT
 ; Check that enabling odr indicators enables comdat for globals.
----------------
Remove extra space? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137227/new/

https://reviews.llvm.org/D137227

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to