rewrite rlib-format-packed-bundled-libs to rmake

This commit is contained in:
Oneirical 2024-08-12 13:26:25 -04:00
parent 3139ff09e9
commit 2e4d5bbba7
4 changed files with 87 additions and 40 deletions

View file

@ -291,6 +291,12 @@ impl LlvmAr {
self
}
/// Print the table of contents.
pub fn table_of_contents(&mut self) -> &mut Self {
self.cmd.arg("t");
self
}
/// Provide an output, then an input file. Bundled in one function, as llvm-ar has
/// no "--output"-style flag.
pub fn output_input(&mut self, out: impl AsRef<Path>, input: impl AsRef<Path>) -> &mut Self {

View file

@ -15,7 +15,6 @@ run-make/libtest-thread-limit/Makefile
run-make/macos-deployment-target/Makefile
run-make/native-link-modifier-bundle/Makefile
run-make/reproducible-build/Makefile
run-make/rlib-format-packed-bundled-libs/Makefile
run-make/split-debuginfo/Makefile
run-make/symbol-mangling-hashed/Makefile
run-make/translation/Makefile