]> granicus.if.org Git - clang/commitdiff
try to make test/Driver/masm.c work with the hexagon bot
authorNico Weber <nicolasweber@gmx.de>
Tue, 13 May 2014 11:30:01 +0000 (11:30 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 13 May 2014 11:30:01 +0000 (11:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208688 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/masm.c

index e9e4422aedf5dbd5b7d8cc4f9e3406953bee1377..dc2466234f3e30bd22140eef4cb1eb606e9bf273 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang -target i386-unknown-linux -masm=intel %s -S -o - | FileCheck --check-prefix=CHECK-INTEL %s
 // RUN: %clang -target i386-unknown-linux -masm=att %s -S -o - | FileCheck --check-prefix=CHECK-ATT %s
 // RUN: not %clang -target i386-unknown-linux -masm=somerequired %s -S -o - 2>&1 | FileCheck --check-prefix=CHECK-SOMEREQUIRED %s