Remove InstrProfilingBiasVar.c from the list of source files · patricklam/verify-rust-std@cb468d7 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit cb468d7

Remove InstrProfilingBiasVar.c from the list of source files

This file was introduced in LLVM 11, but was then removed in LLVM 13.

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 0 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ fn main() {
40 40 "InstrProfilingWriter.c",
41 41 // These files were added in LLVM 11.
42 42 "InstrProfilingInternal.c",
43 -"InstrProfilingBiasVar.c",
44 43 ];
45 44
46 45 if target_env == "msvc" {