summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-26 23:24:35 +0000
committerEric Christopher <echristo@gmail.com>2013-08-26 23:24:35 +0000
commit63ae7c9aeca10f1028bb7232672ccefb2343ba08 (patch)
treecabdb82c4f927380761fb008aebfa9c1bca9d397 /test
parent978046bd070fbd3b9359922611b3fd5d3fd7ab96 (diff)
downloadllvm-63ae7c9aeca10f1028bb7232672ccefb2343ba08.tar.gz
llvm-63ae7c9aeca10f1028bb7232672ccefb2343ba08.tar.bz2
llvm-63ae7c9aeca10f1028bb7232672ccefb2343ba08.tar.xz
Treat the pubtypes section similarly to the pubnames section and emit
it by default under linux or when we're trying to keep compatibility with old gdb versions. Fix testcase for option name change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/dwarf-public-names.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/dwarf-public-names.ll b/test/DebugInfo/dwarf-public-names.ll
index 7396aa9960..019051d8b5 100644
--- a/test/DebugInfo/dwarf-public-names.ll
+++ b/test/DebugInfo/dwarf-public-names.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: llc -generate-dwarf-pubnames=Enable -filetype=obj -o %t.o < %s
+; RUN: llc -generate-dwarf-pub-sections=Enable -filetype=obj -o %t.o < %s
; RUN: llvm-dwarfdump -debug-dump=pubnames %t.o | FileCheck %s
; ModuleID = 'dwarf-public-names.cpp'
;