Skip to content

Using Clang LLD

WangBin edited this page Feb 28, 2018 · 11 revisions

Problems to cross build with VC+Win SDK

  • too many windows programs are used (rc/winres for example)

Problems using lld

  • does not support apple weak linking, can not recognize weak symbols in objects, lack of option -weak_framework, -weak-l etc.