[PATCH] D98325: [InstrProfiling] Don't generate __llvm_profile_runtime_user

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 17:56:51 PST 2021


MaskRay added a comment.

On Linux, the clang driver passes `-u__llvm_profile_runtime` to the linker: `Linux::addProfileRTLibs`. Can Mach-O do something similar?  The clang driver already does special things with `___llvm_profile_filename` and `___llvm_profile_raw_version`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98325/new/

https://reviews.llvm.org/D98325



More information about the llvm-commits mailing list