From 747f6ccc99efec5bd7b066d5900fc63de606e717 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 29 Jan 2015 20:17:15 +0000 Subject: [PATCH] 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 --- test/DebugInfo/X86/line.ll | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.34.1