summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/threadsafe-statics.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-28 22:49:57 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-28 22:49:57 +0000
commit706469b4530bfeed161e55f006145354b97eada2 (patch)
tree2fe6a3294f123c4e1da43b125a1aa1c5b271bf50 /clang/test/CodeGenCXX/threadsafe-statics.cpp
parentd838bba59b69265933e71cda8532cd5bfc2bf24a (diff)
downloadbcm5719-llvm-706469b4530bfeed161e55f006145354b97eada2.tar.gz
bcm5719-llvm-706469b4530bfeed161e55f006145354b97eada2.zip
Add more of the command line options as attribute flags.
These can be easily queried by the back-end. llvm-svn: 176304
Diffstat (limited to 'clang/test/CodeGenCXX/threadsafe-statics.cpp')
-rw-r--r--clang/test/CodeGenCXX/threadsafe-statics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/threadsafe-statics.cpp b/clang/test/CodeGenCXX/threadsafe-statics.cpp
index 9e6550d094b..9aecc2d0db6 100644
--- a/clang/test/CodeGenCXX/threadsafe-statics.cpp
+++ b/clang/test/CodeGenCXX/threadsafe-statics.cpp
@@ -22,6 +22,6 @@ void g() {
// NO-TSS-NOT: call void @__cxa_guard_release
// NO-TSS: ret void
-// WITH-TSS: attributes [[NUW]] = { nounwind }
+// WITH-TSS: attributes [[NUW]] = { nounwind{{.*}} }
-// NO-TSS: attributes [[NUW]] = { nounwind }
+// NO-TSS: attributes [[NUW]] = { nounwind{{.*}} }
OpenPOWER on IntegriCloud