diff options
| author | Rich Kadel <richkadel@google.com> | 2020-08-27 11:52:36 -0700 |
|---|---|---|
| committer | Rich Kadel <richkadel@google.com> | 2020-08-27 11:52:36 -0700 |
| commit | dd96996c7091c5c382e52e5faeacc2ef3288e9ec (patch) | |
| tree | e1243327023b9b4c9716a5cd5b0de06cc7529df7 | |
| parent | bf4342114e357f2934d59e12e31e94532ddb2adf (diff) | |
| download | rust-dd96996c7091c5c382e52e5faeacc2ef3288e9ec.tar.gz rust-dd96996c7091c5c382e52e5faeacc2ef3288e9ec.zip | |
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.
| -rw-r--r-- | library/profiler_builtins/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/profiler_builtins/build.rs b/library/profiler_builtins/build.rs index b674f73ebf3..2a5d5853fec 100644 --- a/library/profiler_builtins/build.rs +++ b/library/profiler_builtins/build.rs @@ -20,6 +20,7 @@ fn main() { "InstrProfilingMergeFile.c", "InstrProfilingNameVar.c", "InstrProfilingPlatformDarwin.c", + "InstrProfilingPlatformFuchsia.c", "InstrProfilingPlatformLinux.c", "InstrProfilingPlatformOther.c", "InstrProfilingPlatformWindows.c", |
