[llvm] a178949 - [gn build] Port 56e3fc4c42d1
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 08:13:35 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-07-04T14:59:58Z
New Revision: a1789497f9f5fa081b3b3413d7e327d98fd66426
URL: https://github.com/llvm/llvm-project/commit/a1789497f9f5fa081b3b3413d7e327d98fd66426
DIFF: https://github.com/llvm/llvm-project/commit/a1789497f9f5fa081b3b3413d7e327d98fd66426.diff
LOG: [gn build] Port 56e3fc4c42d1
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
index 7346de64f6c9e..4c1c613529f76 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn
@@ -7,6 +7,8 @@ static_library("HLSL") {
sources = [
"CBuffer.cpp",
"HLSLResource.cpp",
- "HLSLRootSignatureUtils.cpp",
+ "HLSLRootSignature.cpp",
+ "RootSignatureMetadata.cpp",
+ "RootSignatureValidations.cpp",
]
}
More information about the llvm-commits
mailing list