[llvm-commits] [llvm] r165938 - /llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll

Kostya Serebryany kcc at google.com
Mon Oct 15 07:30:30 PDT 2012


Author: kcc
Date: Mon Oct 15 09:30:30 2012
New Revision: 165938

URL: http://llvm.org/viewvc/llvm-project?rev=165938&view=rev
Log:
[asan] fix a test

Modified:
    llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll

Modified: llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll?rev=165938&r1=165937&r2=165938&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/instrument_global.ll Mon Oct 15 09:30:30 2012
@@ -6,8 +6,8 @@
 ; 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





More information about the llvm-commits mailing list