search for: exportsymbol

Displaying 5 results from an estimated 5 matches for "exportsymbol".

Did you mean: export_symbol
2017 May 11
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...I. Of course you >>> can reuse code, but what we need is a clean interface. >>> >>> The library shouldn't be complicated. In fact, it would export only one >>> function. >>> >>> std::vector<uint8_t> createImportLibrary(std::vector<ExportSymbol>) >>> >>> I.e. it takes a list of DLLExported symbols and returns a .lib file. >>> ExportSymbol type contains information about DLLExported symbols. >>> >> >> > -- -- Peter -------------- next part -------------- An HTML attachment was scrub...
2017 May 21
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...code, but what we need is a clean interface. >>>>> >>>>> The library shouldn't be complicated. In fact, it would export only >>>>> one function. >>>>> >>>>> std::vector<uint8_t> createImportLibrary(std::vector<ExportSymbol>) >>>>> >>>>> I.e. it takes a list of DLLExported symbols and returns a .lib file. >>>>> ExportSymbol type contains information about DLLExported symbols. >>>>> >>>> >>>> >>> >> >> >> -...
2017 Feb 14
3
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Well that means it would just be the only plan then. I assume the first step would be to move the code from lld into this new library and lld can use that? I can then re add the extra functionality for weak externals? We can then have lib and dlltool use this then. On Tue 14 Feb 2017 at 01:58, Rui Ueyama <ruiu at google.com> wrote: > On Mon, Feb 13, 2017 at 5:56 PM, Martell Malone
2002 Sep 13
0
[LLVMdev] Dynamic loading on x86-Linux
...nless they are linked against a DSO. What this means is that dlopen()ed DSOs cannot link to symbols in the main executable unless that executable was linked with --export-dynamic. ACTION: Ensure that opt is linked with "-Wl,--export-dynamic" on the G++ command line by defining "ExportSymbols" in Makefile.common. For Solaris this definition should be commented out. PATCH: top-level, patch -p0. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL:...
2002 Sep 17
0
[LLVMdev] Linux-x86 Dynamic loading
ISSUE: Every tool that uses dynamic module loading must be linked with $(ExportSymbols). ACTION: Alter Makefiles for analyze, llc, and opt. lli is ready. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-d...