Skip to content

Commit 35496c2

Browse files
authoredAug 28, 2020
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
2 parents 730c68e + dd96996 commit 35496c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎library/profiler_builtins/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fn main() {
2020
"InstrProfilingMergeFile.c",
2121
"InstrProfilingNameVar.c",
2222
"InstrProfilingPlatformDarwin.c",
23+
"InstrProfilingPlatformFuchsia.c",
2324
"InstrProfilingPlatformLinux.c",
2425
"InstrProfilingPlatformOther.c",
2526
"InstrProfilingPlatformWindows.c",

0 commit comments

Comments
 (0)
Please sign in to comment.