Timo Juhani Lindfors
2009-Nov-16 22:01 UTC
[LLVMdev] [PATCH] bugpoint: pass -load options to LLI
Hi, LLI now supports -load but bugpoint LLI:ExecuteProgram() still assumes that it doesn't. The attached patch makes bugpoint pass -load arguments to LLI and lets one to use bugpoint with programs that depend on native shared libraries. best regargs, Timo Lindfors -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-bugpoint-load1.patch Type: text/x-diff Size: 1014 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091117/a6586d17/attachment.patch>
Hi Timo,> LLI now supports -load but bugpoint LLI:ExecuteProgram() still assumes > that it doesn't. The attached patch makes bugpoint pass -load > arguments to LLI and lets one to use bugpoint with programs that > depend on native shared libraries.thanks for the patch. Applied in commit 89087. Ciao, Duncan.