[llvm] d408abf - [gn build] Manually port c7eb84634519e6497
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 10:55:03 PST 2022
Author: Arthur Eubanks
Date: 2022-02-11T10:54:43-08:00
New Revision: d408abf40313b60962c2988fe57c931b60845414
URL: https://github.com/llvm/llvm-project/commit/d408abf40313b60962c2988fe57c931b60845414
DIFF: https://github.com/llvm/llvm-project/commit/d408abf40313b60962c2988fe57c931b60845414.diff
LOG: [gn build] Manually port c7eb84634519e6497
Since the bot is broken due to hwasan issues, it's not auto updating the file lists.
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn
index b3ef08281b438..8ef6c45afcef3 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn
@@ -25,7 +25,6 @@ static_library("Utils") {
sources = [
"AMDGPUAsmUtils.cpp",
"AMDGPUBaseInfo.cpp",
- "AMDGPULDSUtils.cpp",
"AMDGPUMemoryUtils.cpp",
"AMDGPUPALMetadata.cpp",
"AMDKernelCodeTUtils.cpp",
More information about the llvm-commits
mailing list