aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorAntonio Frighetto <10052132+antoniofrighetto@users.noreply.github.com>2024-09-16 06:07:40 +0200
committerGitHub <noreply@github.com>2024-09-15 21:07:40 -0700
commit2ae968a0d9fb61606b020e898d884c82dd0ed8b5 (patch)
treed576235bb19a9cc3405924bd6f13b8295902f8ae /clang/lib/CodeGen/BackendUtil.cpp
parent095b41c6eedb3acc908dc63ee91ff77944c07d75 (diff)
downloadllvm-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.cpp1
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"