Skip to content

Using Clang LLD

WangBin edited this page Sep 10, 2018 · 11 revisions

Problems using lld

  • does not support apple weak linking, can not recognize weak symbols in objects, lack of option -weak_framework, -weak-l etc.
  • may generate wrong code for windows x86_32 asm, e.g. h264 decoders crashes. But x86_64 works fine