From 614f1001ecbe7e272989a0cba493e8d14eaee4bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 1 Oct 2014 00:29:16 +0000 Subject: llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple. Also, remove object-emission. test/DebugInfo/X86 doesn't require it. llvm-svn: 218722 --- llvm/test/DebugInfo/X86/gmlt.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/test') diff --git a/llvm/test/DebugInfo/X86/gmlt.test b/llvm/test/DebugInfo/X86/gmlt.test index 355c22a13a7..6cdd71d68bd 100644 --- a/llvm/test/DebugInfo/X86/gmlt.test +++ b/llvm/test/DebugInfo/X86/gmlt.test @@ -1,3 +1,2 @@ -; REQUIRES: object-emission -; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \ +; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \ ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll -- cgit v1.2.3