summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-03-01 02:18:04 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-03-01 02:18:04 +0000
commit17e95370047926ea4eb1f263667959456731e042 (patch)
tree33490a1b6eb667afa952b615aabb556748227a7b /test/CodeGen
parentc9bf74fdc543c2da90f334e0bf8e34b128c8a615 (diff)
downloadllvm-17e95370047926ea4eb1f263667959456731e042.tar.gz
llvm-17e95370047926ea4eb1f263667959456731e042.tar.bz2
llvm-17e95370047926ea4eb1f263667959456731e042.tar.xz
[Sparc] Add support for parsing directives in SparcAsmParser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/SPARC/mature-mc-support.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/mature-mc-support.ll b/test/CodeGen/SPARC/mature-mc-support.ll
index c4f8f8dd02..4ed3309805 100644
--- a/test/CodeGen/SPARC/mature-mc-support.ll
+++ b/test/CodeGen/SPARC/mature-mc-support.ll
@@ -2,8 +2,6 @@
; (even when the output is assembly).
; FIXME: SPARC doesn't use the integrated assembler by default in all cases
; so we only test that -filetype=obj tries to parse the assembly.
-; FIXME: SPARC seems to accept directives that don't exist
-; XFAIL: *
; SKIP: not llc -march=sparc < %s > /dev/null 2> %t1
; SKIP: FileCheck %s < %t1