From eaa8533b338dc7fc70695fb873002b091326fd5f Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 9 Nov 2021 07:11:34 +0000 Subject: [PATCH] [gn build] Port ef717f385232 --- llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn index 54eaf59..02f2d48 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", -- 2.7.4