[llvm] r227486 - Remove erroneous REQUIRES: object-emission for asm test.
David Blaikie
dblaikie at gmail.com
Thu Jan 29 12:17:15 PST 2015
Author: dblaikie
Date: Thu Jan 29 14:17:15 2015
New Revision: 227486
URL: http://llvm.org/viewvc/llvm-project?rev=227486&view=rev
Log:
Remove erroneous REQUIRES: object-emission for asm test.
Modified:
llvm/trunk/test/DebugInfo/X86/line.ll
Modified: llvm/trunk/test/DebugInfo/X86/line.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/line.ll?rev=227486&r1=227485&r2=227486&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/line.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/line.ll Thu Jan 29 14:17:15 2015
@@ -1,5 +1,3 @@
-; REQUIRES: object-emission
-
; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %s | FileCheck %s
; From source:
More information about the llvm-commits
mailing list