Skip to content

Commit cb468d7

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: profiler_builtins/build.rs

-1
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)