Give an x86 assembler test a triple

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2016-09-08 15:40:43 +00:00
parent 035ff49cd1
commit 1a53e071f4

View File

@ -1,4 +1,4 @@
# RUN: not llvm-mc %s -o /dev/null 2>&1 | FileCheck %s
# RUN: not llvm-mc -triple=i686-pc-win32 %s -o /dev/null 2>&1 | FileCheck %s
.text
foo: