summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-10-15 14:30:30 +0000
committerKostya Serebryany <kcc@google.com>2012-10-15 14:30:30 +0000
commit2611eeda9839c6e60d0228fd9df78957c5199ecb (patch)
treef482bfef84d9add3385e1f8542dd3b416e7027fd
parentee4edeccabe1854ee895f52d4ac5588bd5f40c80 (diff)
downloadllvm-2611eeda9839c6e60d0228fd9df78957c5199ecb.tar.gz
llvm-2611eeda9839c6e60d0228fd9df78957c5199ecb.tar.bz2
llvm-2611eeda9839c6e60d0228fd9df78957c5199ecb.tar.xz
[asan] fix a test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165938 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Instrumentation/AddressSanitizer/instrument_global.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/AddressSanitizer/instrument_global.ll b/test/Instrumentation/AddressSanitizer/instrument_global.ll
index ba8d65a4fa..3d92946087 100644
--- a/test/Instrumentation/AddressSanitizer/instrument_global.ll
+++ b/test/Instrumentation/AddressSanitizer/instrument_global.ll
@@ -6,8 +6,8 @@ target triple = "x86_64-unknown-linux-gnu"
; If a global is present, __asan_[un]register_globals should be called from
; module ctor/dtor
-; CHECK: llvm.global_dtors
; CHECK: llvm.global_ctors
+; CHECK: llvm.global_dtors
; CHECK: define internal void @asan.module_ctor
; CHECK-NOT: ret