-
Notifications
You must be signed in to change notification settings - Fork 111
Using Clang LLD
WangBin edited this page Apr 24, 2018
·
11 revisions
- binutils: dumpbin=>llvm-nm, lib=>llvm-ar, windres=>https://github.com/nico/hack/tree/master/res(used in chromium for all platforms) or llvm-rc? https://github.com/mstorsjo/llvm-mingw/blob/master/Dockerfile
- vcrt and windows sdk are required
- symbolic links required on case sensitive file systems
- does not support apple weak linking, can not recognize weak symbols in objects, lack of option -weak_framework, -weak-l etc.