[PATCH] Add -l option to llvm-link and allow linking by resolving symbols
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Apr 25 10:30:37 PDT 2014
Why do you need this?
llvm-link is a developer tool *only*. In general I am very much
opposed to adding features to it unless you need them to write tests.
On 24 April 2014 12:24, Stanislav Mekhanoshin
<stanislav.mekhanoshin at amd.com> wrote:
> Added lit test, not other changes.
>
> http://reviews.llvm.org/D3459
>
> Files:
> include/llvm/Linker/Linker.h
> include/llvm/Linker/ResolveLinker.h
> lib/Linker/CMakeLists.txt
> lib/Linker/LinkModules.cpp
> lib/Linker/ResolveLinker.cpp
> test/Linker/resolve-a.ll
> test/Linker/resolve-b.ll
> tools/llvm-link/llvm-link.cpp
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list