[llvm] a8b2277 - [gn build] Port 737c4a2673da

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 12:18:01 PST 2021


Author: LLVM GN Syncbot
Date: 2021-11-09T20:11:28Z
New Revision: a8b2277069511a34f9faed46f80d47825c7c52bf

URL: https://github.com/llvm/llvm-project/commit/a8b2277069511a34f9faed46f80d47825c7c52bf
DIFF: https://github.com/llvm/llvm-project/commit/a8b2277069511a34f9faed46f80d47825c7c52bf.diff

LOG: [gn build] Port 737c4a2673da

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 02f2d48566913..54eaf593a93f5 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -65,9 +65,7 @@ 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