mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
Rollup merge of #75998 - richkadel:llvm-coverage-map-gen-6b.1, r=wesleywiser
Add InstrProfilingPlatformFuchsia.c to profiler_builtins All other Platform files included in `llvm-project/compiler-rt` were present, except Fuchsia. Now that there is a functional end-to-end version of `-Zinstrument-coverage`, I need to start building and testing coverage-enabled Rust programs on Fuchsia, and this file is required. r? @tmandry FYI, @wesleywiser
This commit is contained in:
commit
35496c2667
@ -20,6 +20,7 @@ fn main() {
|
|||||||
"InstrProfilingMergeFile.c",
|
"InstrProfilingMergeFile.c",
|
||||||
"InstrProfilingNameVar.c",
|
"InstrProfilingNameVar.c",
|
||||||
"InstrProfilingPlatformDarwin.c",
|
"InstrProfilingPlatformDarwin.c",
|
||||||
|
"InstrProfilingPlatformFuchsia.c",
|
||||||
"InstrProfilingPlatformLinux.c",
|
"InstrProfilingPlatformLinux.c",
|
||||||
"InstrProfilingPlatformOther.c",
|
"InstrProfilingPlatformOther.c",
|
||||||
"InstrProfilingPlatformWindows.c",
|
"InstrProfilingPlatformWindows.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user