]> granicus.if.org Git - clang/commitdiff
Fix test.
authorAnders Carlsson <andersca@mac.com>
Wed, 9 Jun 2010 01:42:52 +0000 (01:42 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 9 Jun 2010 01:42:52 +0000 (01:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105668 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/global-init.cpp

index 7cbd55940b43991d6e8cf1030d2bac78adb55494..80a7a7a62af0041a6481060bf6fecb675f1ff874 100644 (file)
@@ -28,4 +28,5 @@ C c;
 // CHECK: call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.A*)* @_ZN1DD1Ev to void (i8*)*), i8* getelementptr inbounds (%struct.A* @d, i32 0, i32 0), i8* bitcast (i8** @__dso_handle to i8*))
 D d;
 
-// CHECK: define internal void @_GLOBAL__I_a() {
+// CHECK: define internal void @_GLOBAL__I_a() section "__TEXT,__StaticInit,regular,pure_instructions" {
+