Skip to content

Commit

Permalink
Add InstrProfilingPlatformFuchsia.c to profiler_builtins
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
richkadel committed Aug 27, 2020
1 parent bf43421 commit dd96996
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 dd96996

Please sign in to comment.