aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-25 17:16:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-25 17:16:05 +0000
commitf204228b783315c98dc515137ff8e255f6f02dd1 (patch)
treef2e0222b5862c24a6da5427f79c3e0c7a6215036 /test/Instrumentation
parentc34cb8a0f2a31afd23a05489e1378023e0106e37 (diff)
downloadexternal_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.zip
external_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.tar.gz
external_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.tar.bz2
Current batch of -disable-debug-info-verifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation')
-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 ec51cae..c967ae7 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 -disable-debug-info-verifier < %s -asan -asan-module -S | FileCheck %s
; Checks that llvm.dbg.declare instructions are updated
; accordingly as we merge allocas.