[llvm] r291088 - test: remove unnecessary triple argument

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 22:30:13 PST 2017


Author: compnerd
Date: Thu Jan  5 00:30:12 2017
New Revision: 291088

URL: http://llvm.org/viewvc/llvm-project?rev=291088&view=rev
Log:
test: remove unnecessary triple argument

This test is entirely target agnostic.  Avoid the triple to repair the
build bots.

Modified:
    llvm/trunk/test/MC/AsmParser/include.ll

Modified: llvm/trunk/test/MC/AsmParser/include.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/include.ll?rev=291088&r1=291087&r2=291088&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/include.ll (original)
+++ llvm/trunk/test/MC/AsmParser/include.ll Thu Jan  5 00:30:12 2017
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple thumbv7--- -I %p/include -filetype asm -o - %s | FileCheck %s
+; RUN: llc -I %p/include -filetype asm -o - %s | FileCheck %s
 
 module asm ".include \22module.x\22"
 




More information about the llvm-commits mailing list