Skip to content

Commit

Permalink
Remove InstrProfilingBiasVar.c from the list of source files
Browse files Browse the repository at this point in the history
This file was introduced in LLVM 11, but was then removed in LLVM 13.
  • Loading branch information
Zalathar committed Aug 27, 2024
1 parent 0e0134f commit cb468d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion profiler_builtins/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ fn main() {
"InstrProfilingWriter.c",
// These files were added in LLVM 11.
"InstrProfilingInternal.c",
"InstrProfilingBiasVar.c",
];

if target_env == "msvc" {
Expand Down

0 comments on commit cb468d7

Please sign in to comment.