From 5df556ac8bb8c5f4ef3dff1a2039dd389d1d27c0 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 2 Jul 2021 13:05:44 +0000 Subject: [PATCH] [gn build] Port a92964779cb5 --- 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 a0bc9b72c365..5fab007153e4 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn @@ -34,6 +34,7 @@ static_library("profile") { "GCDAProfiling.c", "InstrProfiling.c", "InstrProfiling.h", + "InstrProfilingBiasVar.c", "InstrProfilingBuffer.c", "InstrProfilingFile.c", "InstrProfilingInternal.c",