[llvm] r263990 - Remove leftover options from multiline.ll

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 14:25:01 PDT 2016


Author: kparzysz
Date: Mon Mar 21 16:25:01 2016
New Revision: 263990

URL: http://llvm.org/viewvc/llvm-project?rev=263990&view=rev
Log:
Remove leftover options from multiline.ll

I added -march=hexagon to force using Hexagon target when testing
locally, and I forgot to take it out.

Modified:
    llvm/trunk/test/DebugInfo/Generic/multiline.ll

Modified: llvm/trunk/test/DebugInfo/Generic/multiline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/multiline.ll?rev=263990&r1=263989&r2=263990&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/multiline.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/multiline.ll Mon Mar 21 16:25:01 2016
@@ -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.




More information about the llvm-commits mailing list