r310445 - Attempt #2 to appease buildbots

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 23:07:08 PDT 2017


Author: gbiv
Date: Tue Aug  8 23:07:08 2017
New Revision: 310445

URL: http://llvm.org/viewvc/llvm-project?rev=310445&view=rev
Log:
Attempt #2 to appease buildbots

"error: unable to create target: 'No available targets are compatible
with this triple.'"

Modified:
    cfe/trunk/test/CodeGenCXX/pr29160.cpp

Modified: cfe/trunk/test/CodeGenCXX/pr29160.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/pr29160.cpp?rev=310445&r1=310444&r2=310445&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/pr29160.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/pr29160.cpp Tue Aug  8 23:07:08 2017
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -triple i686-linux %s -o /dev/null -S
+// RUN: %clang_cc1 -std=c++11 -triple i686-linux-gnu %s -o /dev/null -S -emit-llvm
 //
 // This test's failure mode is running ~forever. (For some value of "forever"
 // that's greater than 25 minutes on my machine)




More information about the cfe-commits mailing list