Apple has a build verification step which complains when external symbols are introduced into a project, if they're not defined in some header. When building programs for profiling we need to expose VPMergeHook, _llvm_profile_filename, and __llvm_profile_raw_version so we've whitelisted these. I don't think we need to expose lprofCurFilename.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM