Displaying 3 results from an estimated 3 matches for "tp26834182p26838687".
2009 Dec 17
0
[LLVMdev] Compiling a raw binary with llvm/clang
On Thu, Dec 17, 2009 at 1:00 PM, LiteHacker <vilmer88 at gmail.com> wrote:
>
> Indeed ld does link it. The reason I am using llvm-ld, is for its unique
> functionality.
> I intend to link to object files together (created by cling), and link them
> with llvm-ld.
> The main feature that I am currently interested in is the ability to have
> "inline functions"
2009 Dec 18
1
[LLVMdev] Compiling a raw binary with llvm/clang
...your help,
Ven
Eli Friedman-2 wrote:
>
> Take the .bc file produced by llvm-ld, compile it to assembly with
> llc, then use the same procedure you were originally using.
>
> -Eli
>
--
View this message in context: http://old.nabble.com/Compiling-a-raw-binary-with-llvm-clang-tp26834182p26838687.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Dec 17
3
[LLVMdev] Compiling a raw binary with llvm/clang
Indeed ld does link it. The reason I am using llvm-ld, is for its unique
functionality.
I intend to link to object files together (created by cling), and link them
with llvm-ld.
The main feature that I am currently interested in is the ability to have
"inline functions" between two object files. This was basically impossible
with gcc.
Is there any way to make the raw binary with llvm?