From 1e0751bd4c515b3d36f051e3aa4ececf2c056201 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Mar 2014 23:10:28 +0000 Subject: [PATCH] Reorder arguments on test command line to make it easier to cut and paste. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204875 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/ending-run.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/X86/ending-run.ll b/test/DebugInfo/X86/ending-run.ll index 2d3e74112db..6dd15af5ac0 100644 --- a/test/DebugInfo/X86/ending-run.ll +++ b/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 -- 2.34.1