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.
This commit is contained in:
parent
bf4342114e
commit
dd96996c70
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ fn main() {
|
|||
"InstrProfilingMergeFile.c",
|
||||
"InstrProfilingNameVar.c",
|
||||
"InstrProfilingPlatformDarwin.c",
|
||||
"InstrProfilingPlatformFuchsia.c",
|
||||
"InstrProfilingPlatformLinux.c",
|
||||
"InstrProfilingPlatformOther.c",
|
||||
"InstrProfilingPlatformWindows.c",
|
||||
|
|
Loading…
Add table
Reference in a new issue