[llvm] 3984e58 - [gn build] Port 7c814c13d0df

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 13:48:53 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-06-21T20:43:29Z
New Revision: 3984e58d0d467d93b39b03c34d36e40d14c9d7ba

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

LOG: [gn build] Port 7c814c13d0df

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 5df79ef698431..839878dfd28f7 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -78,6 +78,7 @@ static_library("CodeGen") {
     "CGOpenCLRuntime.cpp",
     "CGOpenMPRuntime.cpp",
     "CGOpenMPRuntimeGPU.cpp",
+    "CGPointerAuth.cpp",
     "CGRecordLayoutBuilder.cpp",
     "CGStmt.cpp",
     "CGStmtOpenMP.cpp",


        


More information about the llvm-commits mailing list