r197596 - Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again

Artyom Skrobov Artyom.Skrobov at arm.com
Wed Dec 18 10:55:36 PST 2013


Author: askrobov
Date: Wed Dec 18 12:55:36 2013
New Revision: 197596

URL: http://llvm.org/viewvc/llvm-project?rev=197596&view=rev
Log:
Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again
(prompted by NAKAMURA Takumi)


Modified:
    cfe/trunk/test/Tooling/multi-jobs.cpp

Modified: cfe/trunk/test/Tooling/multi-jobs.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/multi-jobs.cpp?rev=197596&r1=197595&r2=197596&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/multi-jobs.cpp (original)
+++ cfe/trunk/test/Tooling/multi-jobs.cpp Wed Dec 18 12:55:36 2013
@@ -1,4 +1,5 @@
 // RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
+// RUN: not clang-check "%s" -- -target x86_64-win32 -no-integrated-as -c 2>&1 | FileCheck %s
 
 // CHECK: C++ requires
 invalid;





More information about the cfe-commits mailing list