summaryrefslogtreecommitdiff
path: root/test/Instrumentation/AddressSanitizer/debug_info.ll
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-06-13 17:53:44 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-06-13 17:53:44 +0000
commit6140939365cb1d23a7f8ab99b6b30650d41dac42 (patch)
treee4d14887b8899f14d33f3a7ddd251a65c01c2fb1 /test/Instrumentation/AddressSanitizer/debug_info.ll
parenteee7a7a8362afddab3fd9bf10b7023da7e7c42e5 (diff)
downloadllvm-6140939365cb1d23a7f8ab99b6b30650d41dac42.tar.gz
llvm-6140939365cb1d23a7f8ab99b6b30650d41dac42.tar.bz2
llvm-6140939365cb1d23a7f8ab99b6b30650d41dac42.tar.xz
Remove top-level Clang -fsanitize= flags for optional ASan features.
Init-order and use-after-return modes can currently be enabled by runtime flags. use-after-scope mode is not really working at the moment. The only problem I see is that users won't be able to disable extra instrumentation for init-order and use-after-scope by a top-level Clang flag. But this instrumentation was implicitly enabled for quite a while and we didn't hear from users hurt by it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation/AddressSanitizer/debug_info.ll')
-rw-r--r--test/Instrumentation/AddressSanitizer/debug_info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/AddressSanitizer/debug_info.ll b/test/Instrumentation/AddressSanitizer/debug_info.ll
index daf29571c4..a4501d2ed2 100644
--- a/test/Instrumentation/AddressSanitizer/debug_info.ll
+++ b/test/Instrumentation/AddressSanitizer/debug_info.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -asan -asan-module -S | FileCheck %s
+; RUN: opt < %s -asan -asan-module -asan-use-after-return=0 -S | FileCheck %s
; Checks that llvm.dbg.declare instructions are updated
; accordingly as we merge allocas.