[all-commits] [llvm/llvm-project] 618a0c: [profile] Add InstrProfilingInternal.c.o to Darwin...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Jul 29 17:24:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 618a0c0d3bd364dbab26af6f3a7398d0e9165c9c
https://github.com/llvm/llvm-project/commit/618a0c0d3bd364dbab26af6f3a7398d0e9165c9c
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/lib/profile/InstrProfiling.c
M compiler-rt/lib/profile/InstrProfilingBuffer.c
M compiler-rt/lib/profile/InstrProfilingInternal.c
M compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
M compiler-rt/lib/profile/InstrProfilingWriter.c
Log Message:
-----------
[profile] Add InstrProfilingInternal.c.o to Darwin kext builtins
Fixes a build failure in the Darwin kernel. Tested with:
% nm -m ./lib/libclang_rt.cc_kext_x86_64_osx.a | grep lprofSetProfileDumped
rdar://66249602
More information about the All-commits
mailing list