OSDN Git Service

Remove leftover options from multiline.ll
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 21 Mar 2016 21:25:01 +0000 (21:25 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 21 Mar 2016 21:25:01 +0000 (21:25 +0000)
I added -march=hexagon to force using Hexagon target when testing
locally, and I forgot to take it out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263990 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/multiline.ll

index 4842cc4..0762fed 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -march=hexagon -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
-; RUN: llc -march=hexagon -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
+; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
+; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
 
 ; Check that the assembly output properly handles is_stmt changes. And since
 ; we're testing anyway, check the integrated assembler too.