From: Reid Kleckner Date: Thu, 8 Sep 2016 15:40:43 +0000 (+0000) Subject: Give an x86 assembler test a triple X-Git-Tag: llvmorg-4.0.0-rc1~10321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb5c98b14a301613c453ffcfa19bffebd4a4e820;p=platform%2Fupstream%2Fllvm.git Give an x86 assembler test a triple llvm-svn: 280950 --- diff --git a/llvm/test/MC/COFF/cv-errors.s b/llvm/test/MC/COFF/cv-errors.s index ca2f775..e3d5d98 100644 --- a/llvm/test/MC/COFF/cv-errors.s +++ b/llvm/test/MC/COFF/cv-errors.s @@ -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: