diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-11-09 23:05:16 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-11-09 23:05:16 +0000 |
| commit | 4b985e3a25fb5621fbc8e23ffb0487f0e452568a (patch) | |
| tree | 671a259de48fd1c648c5f8e452197058d0f0c3bc /clang/test/CodeGenCXX | |
| parent | ddbf83ea14914e5a6c047e475939aaa536fe001b (diff) | |
| download | bcm5719-llvm-4b985e3a25fb5621fbc8e23ffb0487f0e452568a.tar.gz bcm5719-llvm-4b985e3a25fb5621fbc8e23ffb0487f0e452568a.zip | |
Relax testcase so it also works on Windows.
llvm-svn: 286411
Diffstat (limited to 'clang/test/CodeGenCXX')
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-thunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp index 5c9f2a4fd3c..8f4dc6ff405 100644 --- a/clang/test/CodeGenCXX/debug-info-thunk.cpp +++ b/clang/test/CodeGenCXX/debug-info-thunk.cpp @@ -13,7 +13,7 @@ struct C : A, B { }; void C::f() { } -// CHECK: define void @_ZThn{{[48]}}_N1C1fEv +// CHECK: define {{.*}} void @_ZThn{{[48]}}_N1C1fEv // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} // CHECK: = load{{.*}} !dbg ![[DBG:[0-9]+]] |

