diff options
author | Kazu Hirata <kazu@google.com> | 2025-07-23 15:18:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 15:18:46 -0700 |
commit | 3e53d4d386626d78bf930307f0a65b6aebb48ee9 (patch) | |
tree | dbde053c55483bb5630b1ed697fabf6c415b89d1 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 31281da34b7f1445ce9e39bbb8707f4eacd24e58 (diff) | |
download | llvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.zip llvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.tar.gz llvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.tar.bz2 |
[llvm] Remove unused includes (NFC) (#150265)
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 7e501a9..a40ceaa 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -42,7 +42,6 @@ #include "llvm/IR/Mangler.h" #include "llvm/IR/Metadata.h" #include "llvm/IR/Module.h" -#include "llvm/IR/PseudoProbe.h" #include "llvm/IR/Type.h" #include "llvm/MC/MCAsmInfo.h" #include "llvm/MC/MCAsmInfoDarwin.h" |