[llvm] 8ecef3d - [gn build] Port 17eaa23f7ecd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 04:35:24 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-28T11:27:02Z
New Revision: 8ecef3d994430f445501c2516095dd785644b952
URL: https://github.com/llvm/llvm-project/commit/8ecef3d994430f445501c2516095dd785644b952
DIFF: https://github.com/llvm/llvm-project/commit/8ecef3d994430f445501c2516095dd785644b952.diff
LOG: [gn build] Port 17eaa23f7ecd
Added:
Modified:
llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn
index 4a7f829d6d8e6..2b78dc842bbd6 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn
@@ -22,8 +22,5 @@ unittest("AMDGPUMCTests") {
# AMDGPUMCTests heavily reaches into lib/Target/AMDGPU internals.
include_dirs = [ "//llvm/lib/Target/AMDGPU" ]
- sources = [
- "DwarfRegMappings.cpp",
- "SIProgramInfoMCExprs.cpp",
- ]
+ sources = [ "DwarfRegMappings.cpp" ]
}
More information about the llvm-commits
mailing list