r236709 - Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names.
NAKAMURA Takumi
geek4civic at gmail.com
Thu May 7 03:11:28 PDT 2015
Author: chapuni
Date: Thu May 7 05:11:27 2015
New Revision: 236709
URL: http://llvm.org/viewvc/llvm-project?rev=236709&view=rev
Log:
Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:asserts. It relies on label names.
Modified:
cfe/trunk/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
Modified: cfe/trunk/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp?rev=236709&r1=236708&r2=236709&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp Thu May 7 05:11:27 2015
@@ -79,3 +79,5 @@ extern inline S &g() {
// CHECK: resume { i8*, i32 }
return s;
}
+
+// REQUIRES: asserts
More information about the cfe-commits
mailing list