about summary refs log tree commit diff
path: root/library/profiler_builtins
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-08-27 15:04:10 +1000
committerZalathar <Zalathar@users.noreply.github.com>2024-08-27 17:30:06 +1000
commitb6dba995b4efddfae2b567f7bce8d5217a0e7477 (patch)
treeb76778f441d8eace5ea8937a263a4a70de30597a /library/profiler_builtins
parentfcce75e9a666c60d106a04cbffc365c01364f1fd (diff)
downloadrust-b6dba995b4efddfae2b567f7bce8d5217a0e7477.tar.gz
rust-b6dba995b4efddfae2b567f7bce8d5217a0e7477.zip
Remove `InstrProfilingBiasVar.c` from the list of source files
This file was introduced in LLVM 11, but was then removed in LLVM 13.
Diffstat (limited to 'library/profiler_builtins')
-rw-r--r--library/profiler_builtins/build.rs1
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" {