-
Notifications
You must be signed in to change notification settings - Fork 117
Using Clang LLD
WangBin edited this page Jan 19, 2018
·
11 revisions
- too many windows programs are used (dumpbin for example)
- does not support apple weak linking, can not recognize weak symbols in objects, lack of option -weak_framework, -weak-l etc.
- does not support wildcard in version script, via -exported_symbol... https://github.com/llvm-mirror/lld/blob/ff693d0fa8751e2d0f0ed51cc76ed1c45cbd6153/lib/ReaderWriter/MachO/MachOLinkingContext.cpp#L849