diff options
| author | bors <bors@rust-lang.org> | 2024-09-17 03:40:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-17 03:40:29 +0000 |
| commit | c8dff289a0c931e138350f3baef0fab6d3309f80 (patch) | |
| tree | e1dc41383b1d8f2168cd94185804e66dc8b38b94 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | e2dc1a1c0f97a90319181a721ab317210307617a (diff) | |
| parent | 558b302af739045bb2685707947169ad853645ea (diff) | |
| download | rust-c8dff289a0c931e138350f3baef0fab6d3309f80.tar.gz rust-c8dff289a0c931e138350f3baef0fab6d3309f80.zip | |
Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #130380 (coverage: Clarify some parts of coverage counter creation) - #130427 (run_make_support: rectify symlink handling) - #130447 (rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d88…) - #130448 (fix: Remove duplicate `LazyLock` example.) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp index da27db29c87..74d9e02cc2f 100644 --- a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp +++ b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp @@ -39,7 +39,6 @@ #include "llvm/TargetParser/Host.h" #endif #include "llvm/Support/TimeProfiler.h" -#include "llvm/Transforms/Instrumentation.h" #include "llvm/Transforms/Instrumentation/AddressSanitizer.h" #include "llvm/Transforms/Instrumentation/DataFlowSanitizer.h" #if LLVM_VERSION_GE(19, 0) |
