[PATCH] D137227: [asan] Default to -fsanitize-address-use-odr-indicator for non-Windows
Kirill Stoimenov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 2 10:09:06 PDT 2022
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
More information about the cfe-commits
mailing list