[PATCH] D97007: [lld-macho] Define __mh_*_header synthetic symbols.
Carlo Kok via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 12:36:22 PDT 2021
carlokok added inline comments.
================
Comment at: lld/MachO/Driver.cpp:1050
+ /*isDefined*/ false);
+ switch (config->outputType) {
+ case MH_BUNDLE:
----------------
Would there be a chance of having a __mh_*_header that works for all targets, while this gets added anyway? something like __mh_header?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97007/new/
https://reviews.llvm.org/D97007
More information about the llvm-commits
mailing list