diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-16 13:14:52 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-16 16:38:12 +1000 |
| commit | cf8ec6798f53a67b811a08f0dd45646f1e075126 (patch) | |
| tree | 88990e3ec8fcbe1b3949850efcd14adc72d78330 /compiler/rustc_llvm/build.rs | |
| parent | 1ae7c4907275f10b3db9e886bc8809ec063e45ee (diff) | |
| download | rust-cf8ec6798f53a67b811a08f0dd45646f1e075126.tar.gz rust-cf8ec6798f53a67b811a08f0dd45646f1e075126.zip | |
Remove `LlvmArchiveBuilder` and supporting code/bindings
Diffstat (limited to 'compiler/rustc_llvm/build.rs')
| -rw-r--r-- | compiler/rustc_llvm/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/build.rs b/compiler/rustc_llvm/build.rs index 1394edcee6b..d01f79dcade 100644 --- a/compiler/rustc_llvm/build.rs +++ b/compiler/rustc_llvm/build.rs @@ -226,7 +226,6 @@ fn main() { rerun_if_changed_anything_in_dir(Path::new("llvm-wrapper")); cfg.file("llvm-wrapper/PassWrapper.cpp") .file("llvm-wrapper/RustWrapper.cpp") - .file("llvm-wrapper/ArchiveWrapper.cpp") .file("llvm-wrapper/CoverageMappingWrapper.cpp") .file("llvm-wrapper/SymbolWrapper.cpp") .file("llvm-wrapper/Linker.cpp") |
