[llvm] 2c38632 - LTO: Remove unused TargetLibraryInfo include (#170340)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 2 10:10:53 PST 2025
Author: Matt Arsenault
Date: 2025-12-02T18:10:48Z
New Revision: 2c38632639e588818add82ba9c8bac5ae774840e
URL: https://github.com/llvm/llvm-project/commit/2c38632639e588818add82ba9c8bac5ae774840e
DIFF: https://github.com/llvm/llvm-project/commit/2c38632639e588818add82ba9c8bac5ae774840e.diff
LOG: LTO: Remove unused TargetLibraryInfo include (#170340)
Added:
Modified:
llvm/lib/LTO/LTO.cpp
Removed:
################################################################################
diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp
index a02af59600c44..4e242311e290f 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -19,7 +19,6 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/Analysis/StackSafetyAnalysis.h"
-#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Bitcode/BitcodeWriter.h"
More information about the llvm-commits
mailing list