From 5a82a26eb951bab2ebc48fc984a769830aaaff7c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 1 Oct 2014 00:29:16 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218722 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/gmlt.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/DebugInfo/X86/gmlt.test b/test/DebugInfo/X86/gmlt.test index 355c22a13a7..6cdd71d68bd 100644 --- a/test/DebugInfo/X86/gmlt.test +++ b/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 -- 2.34.1