From 41b81584e2ff579fa4ff1d94496fb0884b50fa2e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 20 Feb 2021 16:51:18 +0100 Subject: [PATCH] Build newly added InstrProfilingVersionVar.c file --- library/profiler_builtins/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/profiler_builtins/build.rs b/library/profiler_builtins/build.rs index 7d5c601df535..2de6db762b2f 100644 --- a/library/profiler_builtins/build.rs +++ b/library/profiler_builtins/build.rs @@ -26,6 +26,7 @@ fn main() { "InstrProfilingPlatformWindows.c", "InstrProfilingUtil.c", "InstrProfilingValue.c", + "InstrProfilingVersionVar.c", "InstrProfilingWriter.c", // This file was renamed in LLVM 10. "InstrProfilingRuntime.cc",