From ff2298ef1a4cd26ec19f2d35efd8787e16fd7d9e Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sat, 18 Mar 2023 20:31:41 +0000 Subject: [PATCH] [gn build] Port 787fbad57e05 --- llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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 21e3ae8..f59c49f 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", -- 2.7.4