Displaying 3 results from an estimated 3 matches for "emitshellscript".
2008 Dec 17
0
[LLVMdev] [PATCH] llvm-ld EmitShellScript and -L
...s sys::Path::FindLibrary()
which only checks the system lib paths, so it always picked up
/usr/lib/libreadline.so. Even copying it into ./mylib, and specifying -L mylib
doesn't work - again because sys::Path::FindLibrary() doesn't know about
directories specified by -L.
Attached patch lets EmitShellScript iterate over LibPaths before asking
sys::Path::FindLibrary(), which fixes both of these issues for me: I can
specify shlib directories for lli with -L, and I can override libs found in the
system paths.
My first patch to LLVM so don't be too brutal, please ;-)
Cheers, Axel.
-------------- nex...
2005 Dec 08
2
[LLVMdev] Forwarded to llvm list ...
This was originally sent to Vikram Adve -- I have forwarded it to the list
as per his suggestion ...
Regards
Mark O'Neill
---------- Forwarded message ----------
Date: Thu, 8 Dec 2005 11:51:40 +0000 (GMT)
From: Mark ONeill <mao at raven.linux.ox.ac.uk>
To: vadve at cs.uiuc.edu
Cc: mflesner at cs.uiuc.edu
Subject: LLVM help ...
Dear Vikram
I spoke to you quite a long time ago about
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing.
My residual doubts center around the question
whether we still do/want to support (un)compressed *byte*code
in 2.0/2.1.
I need a definitive word on this to proceed.
My understanding is that bytecode is already gone, but there are
still some functions/enums that really deal with *byte*code
(instead of *bit*code).
I did not touch those areas, so the attached