diff options
| -rw-r--r-- | library/profiler_builtins/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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" { |
