Commit Graph

3 Commits

Author SHA1 Message Date
gbreynoo e97a6f6104 [llvm-ar][test] Add testing for bitcode file handling
Recommit after revert.

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
2022-07-18 14:42:56 +01:00
gbreynoo 8564b2ab49 Revert "[llvm-ar][test] Add testing for bitcode file handling"
This reverts commit 264b9a4885.

Due to build bot test failure.
2022-07-14 12:04:38 +01:00
gbreynoo 264b9a4885 [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
2022-07-14 10:56:07 +01:00