[llvm] r204875 - Reorder arguments on test command line to make it easier to cut and

Eric Christopher echristo at gmail.com
Wed Mar 26 16:10:29 PDT 2014


Author: echristo
Date: Wed Mar 26 18:10:28 2014
New Revision: 204875

URL: http://llvm.org/viewvc/llvm-project?rev=204875&view=rev
Log:
Reorder arguments on test command line to make it easier to cut and
paste.

Modified:
    llvm/trunk/test/DebugInfo/X86/ending-run.ll

Modified: llvm/trunk/test/DebugInfo/X86/ending-run.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/ending-run.ll?rev=204875&r1=204874&r2=204875&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/ending-run.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/ending-run.ll Wed Mar 26 18:10:28 2014
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
+; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj %s -o %t
 ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
 
 ; Check that the line table starts at 7, not 4, but that the first





More information about the llvm-commits mailing list