[llvm-ar][test] Add testing for bitcode file handling
authorgbreynoo <Owen.Reynolds@sony.com>
Thu, 14 Jul 2022 09:48:52 +0000 (10:48 +0100)
committergbreynoo <Owen.Reynolds@sony.com>
Thu, 14 Jul 2022 09:56:07 +0000 (10:56 +0100)
commit264b9a4885e6f1beac3de72ee55c15dc78981927
tree1d95049ed302bc93c69415fe1315a150126153e7
parent3e9cc543f22365d9b087826ce252e2de543eb4ab
[llvm-ar][test] Add testing for bitcode file handling

This change adds testing for handling of bitcode files in archives,
particularly the creation of symbol tables and through MRI scripts.
Although there is some testing of bitcode handling in the archive
library testing, this was not covered.

Differential Revision: https://reviews.llvm.org/D129088
llvm/test/tools/llvm-ar/bitcode.ll [new file with mode: 0644]