[llvm] 5a4cd55 - [gn build] Port 160ff83765a
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 2 23:00:01 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-08-03T05:55:14Z
New Revision: 5a4cd55e5d1452db7043ef9e9f1211172a6a10e1
URL: https://github.com/llvm/llvm-project/commit/5a4cd55e5d1452db7043ef9e9f1211172a6a10e1
DIFF: https://github.com/llvm/llvm-project/commit/5a4cd55e5d1452db7043ef9e9f1211172a6a10e1.diff
LOG: [gn build] Port 160ff83765a
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 c290312bd67e..b7ecb646429e 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -63,6 +63,7 @@ static_library("CodeGen") {
"CGObjCRuntime.cpp",
"CGOpenCLRuntime.cpp",
"CGOpenMPRuntime.cpp",
+ "CGOpenMPRuntimeAMDGCN.cpp",
"CGOpenMPRuntimeGPU.cpp",
"CGOpenMPRuntimeNVPTX.cpp",
"CGRecordLayoutBuilder.cpp",
More information about the llvm-commits
mailing list