[llvm] r215201 - [mips] Remove reason for XFAIL from a test that isn't actually XFAILed.
Daniel Sanders
daniel.sanders at imgtec.com
Fri Aug 8 05:58:17 PDT 2014
Author: dsanders
Date: Fri Aug 8 07:58:17 2014
New Revision: 215201
URL: http://llvm.org/viewvc/llvm-project?rev=215201&view=rev
Log:
[mips] Remove reason for XFAIL from a test that isn't actually XFAILed.
Modified:
llvm/trunk/test/CodeGen/Mips/start-asm-file.ll
Modified: llvm/trunk/test/CodeGen/Mips/start-asm-file.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/start-asm-file.ll?rev=215201&r1=215200&r2=215201&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/start-asm-file.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/start-asm-file.ll Fri Aug 8 07:58:17 2014
@@ -1,7 +1,4 @@
; Check the emission of directives at the start of an asm file.
-; This test is XFAILED until we fix the emission of '.option pic0' on
-; N32. At the moment we check if subtarget is Mips64 when we should be
-; checking the Subtarget's ABI.
; ### O32 ABI ###
; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \
More information about the llvm-commits
mailing list