diff options
author | Kostya Serebryany <kcc@google.com> | 2012-10-15 14:30:30 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2012-10-15 14:30:30 +0000 |
commit | 2611eeda9839c6e60d0228fd9df78957c5199ecb (patch) | |
tree | f482bfef84d9add3385e1f8542dd3b416e7027fd | |
parent | ee4edeccabe1854ee895f52d4ac5588bd5f40c80 (diff) |
[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.ll | 2 |
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 |