Displaying 2 results from an estimated 2 matches for "ofher".
Did you mean:
offer
2008 Jun 03
4
[LLVMdev] Why llvm-gcc? Another beginner's question.
...stead of gcc?
Or is it optional? Was it conceived to give llvm itself a through
shakedown? Is it there just in case you really want llvm code in some
form from a C program? Is such llvm code necessary for some kind of use
-- might it be that that a compiler that uses llvm can only link with
ofher llvm-generated code?
-- hendrik
2008 Jun 03
0
[LLVMdev] Why llvm-gcc? Another beginner's question.
...r is it optional? Was it conceived to give llvm itself a through
> shakedown? Is it there just in case you really want llvm code in some
> form from a C program? Is such llvm code necessary for some kind of use
> -- might it be that that a compiler that uses llvm can only link with
> ofher llvm-generated code?
>
It depends on what you want to do. If you want to use LLVM as a
replacement for GCC, then yes. If you want to compiler C/C++ code to
LLVM so that you can analyze/transform it using your own LLVM passes,
yes. If you're writing your own language front-end for L...