From: David Blaikie Date: Thu, 29 Jan 2015 20:17:15 +0000 (+0000) Subject: Remove erroneous REQUIRES: object-emission for asm test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=747f6ccc99efec5bd7b066d5900fc63de606e717;p=oota-llvm.git Remove erroneous REQUIRES: object-emission for asm test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227486 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/line.ll b/test/DebugInfo/X86/line.ll index b9156ec8499..05c25d2772b 100644 --- a/test/DebugInfo/X86/line.ll +++ b/test/DebugInfo/X86/line.ll @@ -1,5 +1,3 @@ -; REQUIRES: object-emission - ; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %s | FileCheck %s ; From source: