summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2019-03-19 20:01:59 +0000
committerSterling Augustine <saugustine@google.com>2019-03-19 20:01:59 +0000
commit6271606969e276f48c6965f31a46acf54e476e65 (patch)
tree78c553a12462332ae565b97163604be343e2c436 /lldb/source/Plugins/SymbolFile
parent77423914419162ad57bad560bf4dccf3f5759db2 (diff)
downloadbcm5719-llvm-6271606969e276f48c6965f31a46acf54e476e65.tar.gz
bcm5719-llvm-6271606969e276f48c6965f31a46acf54e476e65.zip
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
"clang++ hello.cc --rtlib=compiler-rt" now can works without specifying additional unwind or exception handling libraries. This reworked version of the feature no longer modifies today's default unwind library for compiler-rt: which is nothing. Rather, a user can specify -DCLANG_DEFAULT_UNWINDLIB=libunwind when configuring the compiler. This should address the issues from the previous version. Update tests for new --unwindlib semantics. Differential Revision: https://reviews.llvm.org/D59109 llvm-svn: 356508
Diffstat (limited to 'lldb/source/Plugins/SymbolFile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud