diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-05 02:05:42 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-05 02:05:42 +0000 |
commit | 07c03d316d1533626f3d9967853abc6f799fa92e (patch) | |
tree | 1e992b91e6b2f0072dc1218b1f07cdd640332754 /llvm/test/DebugInfo/COFF/asan-module-ctor.ll | |
parent | c89aa6d6972cae3b071b52b59e1fe5c3610ae376 (diff) | |
download | bcm5719-llvm-07c03d316d1533626f3d9967853abc6f799fa92e.tar.gz bcm5719-llvm-07c03d316d1533626f3d9967853abc6f799fa92e.zip |
Use the existing begin and end symbol for debug info.
llvm-svn: 231338
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asan-module-ctor.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asan-module-ctor.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll index 62051294514..ee693d6ae85 100644 --- a/llvm/test/DebugInfo/COFF/asan-module-ctor.ll +++ b/llvm/test/DebugInfo/COFF/asan-module-ctor.ll @@ -9,6 +9,7 @@ ; The module ctor has no debug info. All we have to do is don't crash. ; X86: _asan.module_ctor: +; X86-NEXT: L{{.*}}: ; X86-NEXT: # BB ; X86-NEXT: calll ___asan_init_v3 ; X86-NEXT: retl |