diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-06-11 19:14:25 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-06-11 19:14:25 +0000 |
commit | 4a28f534e178edd6a0fd7427751e82a5e831b4dd (patch) | |
tree | 6f7b0509de80db0933df481dd0525f2bf6eba4dc /clang/test/CodeGenCXX/cxx11-thread-local.cpp | |
parent | 75f89f522548d6a81cec3d9e00633e8be8ad7373 (diff) | |
download | bcm5719-llvm-4a28f534e178edd6a0fd7427751e82a5e831b4dd.tar.gz bcm5719-llvm-4a28f534e178edd6a0fd7427751e82a5e831b4dd.zip |
Revert r183721. It caused cleanups to be delayed too long in some cases.
Testcase to follow.
llvm-svn: 183776
Diffstat (limited to 'clang/test/CodeGenCXX/cxx11-thread-local.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/cxx11-thread-local.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/cxx11-thread-local.cpp b/clang/test/CodeGenCXX/cxx11-thread-local.cpp index 04ca0890d5e..29877033621 100644 --- a/clang/test/CodeGenCXX/cxx11-thread-local.cpp +++ b/clang/test/CodeGenCXX/cxx11-thread-local.cpp @@ -35,7 +35,7 @@ int e = V<int>::m; // CHECK: @_ZZ8tls_dtorvE1u = internal thread_local global // CHECK: @_ZGVZ8tls_dtorvE1u = internal thread_local global i8 0 -// CHECK: @_ZGRZ8tls_dtorvE1u = private thread_local global +// CHECK: @_ZGRZ8tls_dtorvE1u = internal thread_local global // CHECK: @_ZGVN1VIiE1mE = weak_odr thread_local global i64 0 |