summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-10-31 01:06:02 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-10-31 01:06:02 +0000
commit4e478fed1b8021150b1f2cec4e670068b6abd135 (patch)
treed49c35643077b1dfe49f8776a38ec63f24a20a9e /test/CodeGen
parente7b05504faa86a5c0b80a62ddb60cbb0cf163d5d (diff)
downloadllvm-4e478fed1b8021150b1f2cec4e670068b6abd135.tar.gz
llvm-4e478fed1b8021150b1f2cec4e670068b6abd135.tar.bz2
llvm-4e478fed1b8021150b1f2cec4e670068b6abd135.tar.xz
Switch new .file directive emission off by default, change llc's flag for it to
-enable-dwarf-directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/dbg-file-name.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-file-name.ll b/test/CodeGen/X86/dbg-file-name.ll
index 138ee264bf..70e0a5d1c4 100644
--- a/test/CodeGen/X86/dbg-file-name.ll
+++ b/test/CodeGen/X86/dbg-file-name.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s
+; RUN: llc -enable-dwarf-directory -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s
; Radar 8884898
; CHECK: file 1 "/Users/manav/one/two" "simple.c"