diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-25 09:53:18 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-25 09:53:18 +0000 |
| commit | 924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f (patch) | |
| tree | 7fbf2dc260c77ab8f934a27f56bfd2e9ec6a1192 /clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp | |
| parent | f652e9a6b01d1aeef13b4376e3d14078ae4b8dec (diff) | |
| download | bcm5719-llvm-924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f.tar.gz bcm5719-llvm-924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f.zip | |
clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.
llvm-svn: 164594
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp b/clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp index 1ef4ace63c8..448f1eeeb91 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp @@ -6,7 +6,7 @@ struct S { } s; // CHECK: define internal void [[INIT_s:@.*global_var.*]] nounwind -// CHECK: %call = call x86_thiscallcc %struct.S* @"\01??0S@@QAE@XZ" +// CHECK: %{{[.0-9A-Z_a-z]+}} = call x86_thiscallcc %struct.S* @"\01??0S@@QAE@XZ" // CHECK: call i32 @atexit(void ()* @"__dtor_\01?s@@3US@@A") // CHECK: ret void @@ -34,7 +34,7 @@ void force_usage() { } // CHECK: define internal void [[INIT_foo:@.*global_var.*]] nounwind -// CHECK: %call = call x86_thiscallcc %class.A* @"\01??0A@@QAE@XZ" +// CHECK: %{{[.0-9A-Z_a-z]+}} = call x86_thiscallcc %class.A* @"\01??0A@@QAE@XZ" // CHECK: call i32 @atexit(void ()* [[FOO_DTOR:@"__dtor_.*foo@.*]]) // CHECK: ret void |

