summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-12-26 17:00:51 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-12-26 17:00:51 +0000
commitb6fa52f27450e563a481d7d9ff852105072298f2 (patch)
tree43e430bc9a9ebad31f63c201ec9afffc4332273e /llvm/test/DebugInfo
parent5d94634c133e4dace453382b4581ded0aa2c196d (diff)
downloadbcm5719-llvm-b6fa52f27450e563a481d7d9ff852105072298f2.tar.gz
bcm5719-llvm-b6fa52f27450e563a481d7d9ff852105072298f2.zip
Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is enabled on Windows
llvm-svn: 224860
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/COFF/asan-module-ctor.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll
index 039a55d44ad..02c2a5810dd 100644
--- a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll
+++ b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll
@@ -13,6 +13,9 @@
; X86-NEXT: calll ___asan_init_v3
; X86-NEXT: retl
+; Make sure we don't put any DWARF debug info for ASan-instrumented modules.
+; X86-NOT: DWARF
+
; ModuleID = 'asan.c'
target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
target triple = "i686-pc-win32"
OpenPOWER on IntegriCloud