search for: libllvmtestingsupport

Displaying 2 results from an estimated 2 matches for "libllvmtestingsupport".

2017 Jun 16
2
Using LLD to create a .lib from a .def
...e we have created the import library. Thank you for this, Saleem. I still have this problem though, with latest master of llvm-project, which is bd8af0ee30bc1a308bf286089b172f2ae87f3de5 llvm-config: error: component libraries and shared library llvm-config: error: missing: /home/andy/local/lib/libLLVMTestingSupport.a I'm pretty sure it's not just me, anyone should be able to reproduce this issue with a clean build. Regards, Andrew On Thu, Jun 15, 2017 at 12:29 PM, Andrew Kelley <superjoe30 at gmail.com> wrote: > When I build llvm-project from source (revision > 53a3cb539f7e92e70d4eef8d...
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote: > On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I'm copying some LLD code into my codebase like this: >> >> // workaround for LLD not exposing ability to convert .def to .lib >> >> #include <set> >>