From 75e2040e93850bfefa804c85cb7d1c571f28ade4 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 16 Jul 2020 23:07:45 +0000 Subject: [PATCH] [gn build] Port 0f6220ddd6c --- 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 f5fc87c..77e2b6d 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn @@ -52,6 +52,7 @@ static_library("profile") { "InstrProfilingUtil.c", "InstrProfilingUtil.h", "InstrProfilingValue.c", + "InstrProfilingVersionVar.c", "InstrProfilingWriter.c", ] if (current_os == "win") { -- 2.7.4