[llvm] a126d61 - [gn build] Port 71e3642619dd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 11:23:16 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-09-14T18:15:29Z
New Revision: a126d61edecdb89344fbd6e64ff1776b556f9641
URL: https://github.com/llvm/llvm-project/commit/a126d61edecdb89344fbd6e64ff1776b556f9641
DIFF: https://github.com/llvm/llvm-project/commit/a126d61edecdb89344fbd6e64ff1776b556f9641.diff
LOG: [gn build] Port 71e3642619dd
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index c07ac5b9eac2184..e12f3165c5ecde7 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -26,6 +26,7 @@ static_library("Utils") {
"CodeMoverUtils.cpp",
"CountVisits.cpp",
"CtorUtils.cpp",
+ "DXILUpgrade.cpp",
"Debugify.cpp",
"DemoteRegToStack.cpp",
"EntryExitInstrumenter.cpp",
More information about the llvm-commits
mailing list