From 2611eeda9839c6e60d0228fd9df78957c5199ecb Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 15 Oct 2012 14:30:30 +0000 Subject: [PATCH] [asan] fix a test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165938 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Instrumentation/AddressSanitizer/instrument_global.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Instrumentation/AddressSanitizer/instrument_global.ll b/test/Instrumentation/AddressSanitizer/instrument_global.ll index ba8d65a4fa4..3d92946087e 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 -- 2.34.1