summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/unknown-location.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-07 01:08:53 +0000
committerDan Gohman <gohman@apple.com>2010-05-07 01:08:53 +0000
commit7421ae48bf2c3d5a078d0b3047e7c879c3415320 (patch)
tree072007be064e7f9accf11458a49f8133b19d1c15 /llvm/test/CodeGen/X86/unknown-location.ll
parent586ff60cfc3deec561a4825152f3c6f2b3a928a4 (diff)
downloadbcm5719-llvm-7421ae48bf2c3d5a078d0b3047e7c879c3415320.tar.gz
bcm5719-llvm-7421ae48bf2c3d5a078d0b3047e7c879c3415320.zip
Disable the new unknown-location code for now. It causes a major
increase in the debug line info section, and it's causing regressions in a gdb testsuite. llvm-svn: 103226
Diffstat (limited to 'llvm/test/CodeGen/X86/unknown-location.ll')
-rw-r--r--llvm/test/CodeGen/X86/unknown-location.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/unknown-location.ll b/llvm/test/CodeGen/X86/unknown-location.ll
index 80385233a18..fa98b781e4e 100644
--- a/llvm/test/CodeGen/X86/unknown-location.ll
+++ b/llvm/test/CodeGen/X86/unknown-location.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -march=x86-64 | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -march=x86-64 -use-unknown-locations | FileCheck %s
; The divide instruction does not have a debug location. CodeGen should
; represent this in the debug information. This is checked by a check
OpenPOWER on IntegriCloud