summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-05-07 10:11:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-05-07 10:11:27 +0000
commit6fc75e8e1bb663c7183040b3dcff97cbd705eccb (patch)
tree05d09f2a6515d9750e0ace321b4770b5bf8cf970 /clang/test/CodeGenCXX
parente4358b81e42ef96b0d87842fed2c7bbf555a5e0c (diff)
downloadbcm5719-llvm-6fc75e8e1bb663c7183040b3dcff97cbd705eccb.tar.gz
bcm5719-llvm-6fc75e8e1bb663c7183040b3dcff97cbd705eccb.zip
Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names.
llvm-svn: 236709
Diffstat (limited to 'clang/test/CodeGenCXX')
-rw-r--r--clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp b/clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
index 97a2095b3b4..76583d0c6f9 100644
--- a/clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
+++ b/clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
@@ -79,3 +79,5 @@ extern inline S &g() {
// CHECK: resume { i8*, i32 }
return s;
}
+
+// REQUIRES: asserts
OpenPOWER on IntegriCloud