[llvm] r297888 - Limit test's triple in attempt to fix broken buildbot

Zvi Rackover via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 13:29:59 PDT 2017


Author: zvi
Date: Wed Mar 15 15:29:58 2017
New Revision: 297888

URL: http://llvm.org/viewvc/llvm-project?rev=297888&view=rev
Log:
Limit test's triple in attempt to fix broken buildbot

Regression test for a target-independent bug keeps failing in the
Hexagon backend due to what appears an unrelated issue.

Modified:
    llvm/trunk/test/CodeGen/Generic/pr32278.ll

Modified: llvm/trunk/test/CodeGen/Generic/pr32278.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/pr32278.ll?rev=297888&r1=297887&r2=297888&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/pr32278.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/pr32278.ll Wed Mar 15 15:29:58 2017
@@ -1,6 +1,6 @@
 ; PR32278
 
-; RUN: llc < %s
+; RUN: llc -mtriple=x86_64-unknown < %s
 
 define i8 @foo_v4i1_0_0_1_1_2_2_3_3(i8 %in) {
   %trunc = trunc i8 %in to i4




More information about the llvm-commits mailing list