diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-31 01:06:02 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-31 01:06:02 +0000 |
commit | aab6169ef69df3344cb30d7e15e4ca3c0c50e73b (patch) | |
tree | 8d37844c58df36e5a0eceb9eaf7279000bfa2a98 /llvm/test/CodeGen/X86/dbg-file-name.ll | |
parent | 237f5a07fac0895ba77e22d605cd825d9ba6ddd0 (diff) | |
download | bcm5719-llvm-aab6169ef69df3344cb30d7e15e4ca3c0c50e73b.tar.gz bcm5719-llvm-aab6169ef69df3344cb30d7e15e4ca3c0c50e73b.zip |
Switch new .file directive emission off by default, change llc's flag for it to
-enable-dwarf-directory.
llvm-svn: 143326
Diffstat (limited to 'llvm/test/CodeGen/X86/dbg-file-name.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dbg-file-name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dbg-file-name.ll b/llvm/test/CodeGen/X86/dbg-file-name.ll index 138ee264bfc..70e0a5d1c47 100644 --- a/llvm/test/CodeGen/X86/dbg-file-name.ll +++ b/llvm/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" |