[llvm] eaa8533 - [gn build] Port ef717f385232
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 23:16:30 PST 2021
Author: LLVM GN Syncbot
Date: 2021-11-09T07:11:34Z
New Revision: eaa8533b338dc7fc70695fb873002b091326fd5f
URL: https://github.com/llvm/llvm-project/commit/eaa8533b338dc7fc70695fb873002b091326fd5f
DIFF: https://github.com/llvm/llvm-project/commit/eaa8533b338dc7fc70695fb873002b091326fd5f.diff
LOG: [gn build] Port ef717f385232
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 54eaf593a93f5..02f2d48566913 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -65,7 +65,9 @@ static_library("CodeGen") {
"CGObjCRuntime.cpp",
"CGOpenCLRuntime.cpp",
"CGOpenMPRuntime.cpp",
+ "CGOpenMPRuntimeAMDGCN.cpp",
"CGOpenMPRuntimeGPU.cpp",
+ "CGOpenMPRuntimeNVPTX.cpp",
"CGRecordLayoutBuilder.cpp",
"CGStmt.cpp",
"CGStmtOpenMP.cpp",
More information about the llvm-commits
mailing list