diff options
author | Sterling Augustine <saugustine@google.com> | 2019-10-25 11:04:56 -0700 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2019-10-25 11:04:56 -0700 |
commit | 118ceea5c364bd69c52b2a24acd543c28fb35fcb (patch) | |
tree | a1f3119b2e5b95b56bec1263d1e5ddd6e599107c /lldb/scripts/Python | |
parent | 197b7b24c330a722cae76ded7c91f51d4d28192f (diff) | |
download | llvm-118ceea5c364bd69c52b2a24acd543c28fb35fcb.zip llvm-118ceea5c364bd69c52b2a24acd543c28fb35fcb.tar.gz llvm-118ceea5c364bd69c52b2a24acd543c28fb35fcb.tar.bz2 |
Crt files are special cased by name when dealing with ctor and dtor
sections, but the current code misses certain variants. In particular, those
named when clang takes the code path in
clang/lib/Driver/ToolChain.cpp:416, where crtfiles are named:
clang_rt.<component>-<arch>-<env>.<suffix>
Previously, the code only handled:
clang_rt.<component>.<suffix>
<component>.<suffix>
This revision fixes that.
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions