From b6dba995b4efddfae2b567f7bce8d5217a0e7477 Mon Sep 17 00:00:00 2001 From: Zalathar Date: Tue, 27 Aug 2024 15:04:10 +1000 Subject: [PATCH] Remove `InstrProfilingBiasVar.c` from the list of source files This file was introduced in LLVM 11, but was then removed in LLVM 13. --- library/profiler_builtins/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/profiler_builtins/build.rs b/library/profiler_builtins/build.rs index b9aaf512d5a..7dcbcc444ba 100644 --- a/library/profiler_builtins/build.rs +++ b/library/profiler_builtins/build.rs @@ -40,7 +40,6 @@ fn main() { "InstrProfilingWriter.c", // These files were added in LLVM 11. "InstrProfilingInternal.c", - "InstrProfilingBiasVar.c", ]; if target_env == "msvc" {