[all-commits] [llvm/llvm-project] 5a2a17: [profile][Fuchsia] Add missing system header #include
Roland McGrath via All-commits
all-commits at lists.llvm.org
Fri Aug 6 17:59:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a2a179695832dd8cc332108e2e29aa039f59b90
https://github.com/llvm/llvm-project/commit/5a2a179695832dd8cc332108e2e29aa039f59b90
Author: Roland McGrath <mcgrathr at google.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingUtil.c
Log Message:
-----------
[profile][Fuchsia] Add missing system header #include
The _zx_vmar_root_self function is not a system call but
a libc function declared in a separate header.
Reviewed By: gulfem
Differential Revision: https://reviews.llvm.org/D107616
More information about the All-commits
mailing list