[PATCH] Add -l option to llvm-link and allow linking by resolving symbols

Stanislav Mekhanoshin stanislav.mekhanoshin at amd.com
Fri Apr 25 10:34:57 PDT 2014


Changes to llvm-link are really small, most of the code is in the ResolveLinker.cpp. In fact our compiler uses this code for library linking with llvm-link being a secondary tool. Probably other llvm users can use it as well.

http://reviews.llvm.org/D3459






More information about the llvm-commits mailing list