From: George Burgess IV Date: Wed, 9 Aug 2017 06:07:08 +0000 (+0000) Subject: Attempt #2 to appease buildbots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ba2bdede3dca10922bf1ab31d181435067a619c;p=clang Attempt #2 to appease buildbots "error: unable to create target: 'No available targets are compatible with this triple.'" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310445 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/pr29160.cpp b/test/CodeGenCXX/pr29160.cpp index 1db48a34e0..09cf2a6370 100644 --- a/test/CodeGenCXX/pr29160.cpp +++ b/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)