[llvm-symbolizer] Introduce the -dsym-hint option.
authorAlexander Potapenko <glider@google.com>
Fri, 17 Oct 2014 00:50:19 +0000 (00:50 +0000)
committerAlexander Potapenko <glider@google.com>
Fri, 17 Oct 2014 00:50:19 +0000 (00:50 +0000)
commit0fea775e5ca33be3eb28744447fa263d9dee1f5f
tree76db67b30ad517cc4f7e56ab9aac92cbea1b8215
parenta3837424391e08fe88bf5d65ea265464d11c1528
[llvm-symbolizer] Introduce the -dsym-hint option.

llvm-symbolizer will consult one of the .dSYM paths passed via -dsym-hint
if it fails to find the .dSYM bundle at the default location.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220004 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
docs/CommandGuide/llvm-symbolizer.rst
test/tools/llvm-symbolizer/Inputs/dsym-test-exe [new file with mode: 0755]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-differentname.dSYM/Contents/Info.plist [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-differentname.dSYM/Contents/Resources/DWARF/dsym-test-exe-second [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-second [new file with mode: 0755]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents/Info.plist [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents/Resources/DWARF/dsym-test-exe [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test.c [new file with mode: 0644]
test/tools/llvm-symbolizer/dsym.test [new file with mode: 0644]
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/llvm-symbolizer.cpp