diff options
author | David Blaikie <dblaikie@gmail.com> | 2017-07-30 01:34:08 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2017-07-30 01:34:08 +0000 |
commit | e5adb68e044da6733e9ebba7aea913c1ca9618dd (patch) | |
tree | 6adf83bda66ffc3c19525d26104077ef61275d65 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 67b0e589d02e4e17815ab6f2e0f72b4b8190b41b (diff) | |
download | bcm5719-llvm-e5adb68e044da6733e9ebba7aea913c1ca9618dd.tar.gz bcm5719-llvm-e5adb68e044da6733e9ebba7aea913c1ca9618dd.zip |
DebugInfo: Provide option for explicitly specifying the name of the DWP file
If you've archived the DWP file somewhere it's probably useful to be
able to just tell llvm-symbolizer where it is when you're symbolizing
stack traces from the binary.
This only provides a mechanism for specifying a single DWP file, good if
you're symbolizing a program with a single DWP file, but it's likely if
the program is dynamically linked that you might have a DWP for each
dynamic library - in which case this feature won't help (at least as
it's surfaced in llvm-symbolizer for now) - in theory it could be
extended to specify a collection of DWP files that could all be
consulted for split CU hash resolution.
llvm-svn: 309498
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions