From 9b9e86b4bddf57da1b382e8db73710aaf7607231 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 5 Jan 2017 06:30:12 +0000 Subject: [PATCH] test: remove unnecessary triple argument This test is entirely target agnostic. Avoid the triple to repair the build bots. llvm-svn: 291088 --- llvm/test/MC/AsmParser/include.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/AsmParser/include.ll b/llvm/test/MC/AsmParser/include.ll index cc733f70515f..64700238922d 100644 --- a/llvm/test/MC/AsmParser/include.ll +++ b/llvm/test/MC/AsmParser/include.ll @@ -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"