diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:24:35 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-08-26 23:24:35 +0000 |
| commit | 4d36ca009f325443d72d68472578e06b2bf5dcc8 (patch) | |
| tree | 6b412299bafbd72b5d112952a78a5fac9802e5ea /llvm/test | |
| parent | bf1ea3c727da909401c102f2c4fd16feb27643f8 (diff) | |
| download | bcm5719-llvm-4d36ca009f325443d72d68472578e06b2bf5dcc8.tar.gz bcm5719-llvm-4d36ca009f325443d72d68472578e06b2bf5dcc8.zip | |
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.
llvm-svn: 189289
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/dwarf-public-names.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwarf-public-names.ll b/llvm/test/DebugInfo/dwarf-public-names.ll index 7396aa99606..019051d8b58 100644 --- a/llvm/test/DebugInfo/dwarf-public-names.ll +++ b/llvm/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' ; |

