From 939ce9c79ed012ef1c3ce57737cf269e9f1b328b 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. llvm-svn: 227486 --- llvm/test/DebugInfo/X86/line.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/DebugInfo/X86/line.ll b/llvm/test/DebugInfo/X86/line.ll index b9156ec..05c25d2 100644 --- a/llvm/test/DebugInfo/X86/line.ll +++ b/llvm/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.7.4