diff options
author | Matthias Braun <matze@braunis.de> | 2022-06-27 21:38:45 -0700 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2022-06-28 14:49:35 -0700 |
commit | 2030e6496aaed3d38c9a2725a5ebec4a3264019c (patch) | |
tree | 8e07c07da91b257cb712cca3fbc0608333c887f6 /llvm/lib/Analysis/ValueTracking.cpp | |
parent | ddc9e8861ccf8ac3cf45e9d8cda58bdb2b0be63b (diff) | |
download | llvm-2030e6496aaed3d38c9a2725a5ebec4a3264019c.zip llvm-2030e6496aaed3d38c9a2725a5ebec4a3264019c.tar.gz llvm-2030e6496aaed3d38c9a2725a5ebec4a3264019c.tar.bz2 |
Avoid ar_to_bc.sh script in symbolizer build; add -ignore-non-bitcode flag to llvm-link
Remove the `ar_to_bc.sh` helper script in the compiler-rt symbolizer
build. Instead use `llvm-link` directly as D81109 introduced the
capability to read archives. I just needed to add a new flag
`-ignore-non-bitcode` to avoid `llvm-link` aborting when it found a
non-bitcode file in the archive.
Differential Revision: https://reviews.llvm.org/D128729
Diffstat (limited to 'llvm/lib/Analysis/ValueTracking.cpp')
0 files changed, 0 insertions, 0 deletions