Skip to content

Commit 152311c

Browse files
committed
Remove InstrProfilingBiasVar.c from the list of profiler source files
This file was introduced in LLVM 11, but was then removed in LLVM 13.
1 parent eebcc37 commit 152311c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/profiler_builtins/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ fn main() {
4040
"InstrProfilingWriter.c",
4141
// These files were added in LLVM 11.
4242
"InstrProfilingInternal.c",
43-
"InstrProfilingBiasVar.c",
4443
];
4544

4645
if target_env == "msvc" {

0 commit comments

Comments
 (0)