llvm-project/llvm/test/tools/llvm-link
Matthias Braun 2030e6496a 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
2022-06-28 14:49:35 -07:00
..
Inputs
archive-bad.ll
archive-non-bitcode.ll Avoid ar_to_bc.sh script in symbolizer build; add -ignore-non-bitcode flag to llvm-link 2022-06-28 14:49:35 -07:00
archive-only-needed.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
archive.ll [AIX] support write operation of big archive. 2022-05-13 10:40:15 -04:00
archivell.ll [AIX] llvm-link support big archive. 2022-05-16 16:29:16 -04:00
help.test
remangle.ll