diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-03-26 23:10:28 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-03-26 23:10:28 +0000 |
| commit | 7790cf88e0119f3c16062700587d9589c57f10a1 (patch) | |
| tree | fbb5e13e8f2ab0ec3a5975496747d7cd22deec3d | |
| parent | 43daad555ded911091d757fbc401b017317e6cf4 (diff) | |
| download | bcm5719-llvm-7790cf88e0119f3c16062700587d9589c57f10a1.tar.gz bcm5719-llvm-7790cf88e0119f3c16062700587d9589c57f10a1.zip | |
Reorder arguments on test command line to make it easier to cut and
paste.
llvm-svn: 204875
| -rw-r--r-- | llvm/test/DebugInfo/X86/ending-run.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/ending-run.ll b/llvm/test/DebugInfo/X86/ending-run.ll index 2d3e74112db..6dd15af5ac0 100644 --- a/llvm/test/DebugInfo/X86/ending-run.ll +++ b/llvm/test/DebugInfo/X86/ending-run.ll @@ -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 |

