Skip to content

Commit

Permalink
Rollup merge of #75998 - richkadel:llvm-coverage-map-gen-6b.1, r=wesl…
Browse files Browse the repository at this point in the history
…eywiser

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
  • Loading branch information
pietroalbini committed Aug 28, 2020
2 parents 730c68e + dd96996 commit 35496c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/profiler_builtins/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fn main() {
"InstrProfilingMergeFile.c",
"InstrProfilingNameVar.c",
"InstrProfilingPlatformDarwin.c",
"InstrProfilingPlatformFuchsia.c",
"InstrProfilingPlatformLinux.c",
"InstrProfilingPlatformOther.c",
"InstrProfilingPlatformWindows.c",
Expand Down

0 comments on commit 35496c2

Please sign in to comment.