diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-05-27 21:32:17 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-05-27 21:32:17 +0000 |
commit | 380b8dad6b35ad71f076c08833ab3b6586f3ae12 (patch) | |
tree | 4b3f02812eafff417fbac3231d62332cf42e4d1d /clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp | |
parent | 22ae696be7927ed8cedc9e710c7763b5859f5740 (diff) | |
download | bcm5719-llvm-380b8dad6b35ad71f076c08833ab3b6586f3ae12.tar.gz bcm5719-llvm-380b8dad6b35ad71f076c08833ab3b6586f3ae12.zip |
Back out r132209; it's breaking nightly tests.
llvm-svn: 132219
Diffstat (limited to 'clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp b/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp index 06ebe0a71b6..0bd810eeca5 100644 --- a/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp +++ b/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp @@ -24,6 +24,6 @@ void f() { // CHECK: call i8* @llvm.eh.exception() // CHECK: call i32 (i8*, i8*, ...)* @llvm.eh.selector // CHECK: call void @__cxa_guard_abort(i64* @_ZGVZ1fvE1x) - // CHECK: call void @_Unwind_Resume( + // CHECK: call void @_Unwind_Resume_or_Rethrow // CHECK: unreachable } |