OSDN Git Service

Mark test as XFAIL instead of disabling it everywhere.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 29 Aug 2016 12:41:32 +0000 (12:41 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 29 Aug 2016 12:41:32 +0000 (12:41 +0000)
There is no lit feature 'X86' so this test is just disabled completely.
Make it XFAIL until a solution is found.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279966 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-lto2/common.ll

index 209002b..09e9842 100644 (file)
@@ -1,4 +1,4 @@
-; REQUIRES: X86
+; XFAIL: *
 ; RUN: llvm-as < %s > %t1.bc
 ; RUN: llvm-as < %p/Inputs/common.ll > %t2.bc
 
@@ -63,4 +63,4 @@ target triple = "x86_64-apple-macosx10.11.0"
 
 define i8 *@foo() {
  ret i8 *@v
-}
\ No newline at end of file
+}