Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 5ba2bde

Browse files
committed
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
1 parent 7b5c4d2 commit 5ba2bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGenCXX/pr29160.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -std=c++11 -triple i686-linux %s -o /dev/null -S
1+
// RUN: %clang_cc1 -std=c++11 -triple i686-linux-gnu %s -o /dev/null -S -emit-llvm
22
//
33
// This test's failure mode is running ~forever. (For some value of "forever"
44
// that's greater than 25 minutes on my machine)

0 commit comments

Comments
 (0)