[llvm] ff2298e - [gn build] Port 787fbad57e05

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 18 13:38:28 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-18T20:31:41Z
New Revision: ff2298ef1a4cd26ec19f2d35efd8787e16fd7d9e

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

LOG: [gn build] Port 787fbad57e05

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
index 21e3ae8d20284..f59c49fdbbdf0 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -38,6 +38,7 @@ static_library("profile") {
     "InstrProfilingMerge.c",
     "InstrProfilingMergeFile.c",
     "InstrProfilingNameVar.c",
+    "InstrProfilingPlatformAIX.c",
     "InstrProfilingPlatformDarwin.c",
     "InstrProfilingPlatformFuchsia.c",
     "InstrProfilingPlatformLinux.c",


        


More information about the llvm-commits mailing list