[llvm] 4edbc27 - [gn build] Port 81a7cad2ffc1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 23:07:33 PST 2021


Author: LLVM GN Syncbot
Date: 2021-11-09T06:54:23Z
New Revision: 4edbc2736e3d99f8a3cdf378ed4c3162fc10d56f

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

LOG: [gn build] Port 81a7cad2ffc1

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