From: George Burgess IV Date: Wed, 9 Aug 2017 06:07:08 +0000 (+0000) Subject: Attempt #2 to appease buildbots X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fd1ff81b4505508f0996bd83752a7e455fc7ae8;p=platform%2Fupstream%2Fllvm.git Attempt #2 to appease buildbots "error: unable to create target: 'No available targets are compatible with this triple.'" llvm-svn: 310445 --- diff --git a/clang/test/CodeGenCXX/pr29160.cpp b/clang/test/CodeGenCXX/pr29160.cpp index 1db48a3..09cf2a6 100644 --- a/clang/test/CodeGenCXX/pr29160.cpp +++ b/clang/test/CodeGenCXX/pr29160.cpp @@ -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)