diff options
author | Antonio Frighetto <10052132+antoniofrighetto@users.noreply.github.com> | 2024-09-16 06:07:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 21:07:40 -0700 |
commit | 2ae968a0d9fb61606b020e898d884c82dd0ed8b5 (patch) | |
tree | d576235bb19a9cc3405924bd6f13b8295902f8ae /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 095b41c6eedb3acc908dc63ee91ff77944c07d75 (diff) | |
download | llvm-2ae968a0d9fb61606b020e898d884c82dd0ed8b5.zip llvm-2ae968a0d9fb61606b020e898d884c82dd0ed8b5.tar.gz llvm-2ae968a0d9fb61606b020e898d884c82dd0ed8b5.tar.bz2 |
[Instrumentation] Move out to Utils (NFC) (#108532)
Utility functions have been moved out to Utils. Minor opportunity to
drop the header where not needed.
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index 7fa6942..d6fdd79 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -64,7 +64,6 @@ #include "llvm/Transforms/IPO/LowerTypeTests.h" #include "llvm/Transforms/IPO/ThinLTOBitcodeWriter.h" #include "llvm/Transforms/InstCombine/InstCombine.h" -#include "llvm/Transforms/Instrumentation.h" #include "llvm/Transforms/Instrumentation/AddressSanitizer.h" #include "llvm/Transforms/Instrumentation/AddressSanitizerOptions.h" #include "llvm/Transforms/Instrumentation/BoundsChecking.h" |