rewrite rlib-format-packed-bundled-libs to rmake
This commit is contained in:
parent
3139ff09e9
commit
2e4d5bbba7
4 changed files with 87 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue