[llvm] 6417831 - [gn build] Port 59d06071e9b5
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 08:50:32 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-03-27T15:47:30Z
New Revision: 64178316cf8b85525874b5a33e412f83d8542a5e
URL: https://github.com/llvm/llvm-project/commit/64178316cf8b85525874b5a33e412f83d8542a5e
DIFF: https://github.com/llvm/llvm-project/commit/64178316cf8b85525874b5a33e412f83d8542a5e.diff
LOG: [gn build] Port 59d06071e9b5
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
index 7a6c9350f65d7..35dd4ec7afca1 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -68,6 +68,7 @@ static_library("CodeGen") {
"CGExprConstant.cpp",
"CGExprScalar.cpp",
"CGGPUBuiltin.cpp",
+ "CGHLSLBuiltins.cpp",
"CGHLSLRuntime.cpp",
"CGLoopInfo.cpp",
"CGNonTrivialStruct.cpp",
More information about the llvm-commits
mailing list