Remove InstrProfilingBiasVar.c
from the list of source files · patricklam/verify-rust-std@cb468d7 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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" { |