[LLVMdev] Running Examples
Trevor Harmon
Trevor.W.Harmon at nasa.gov
Mon Nov 22 10:59:05 PST 2010
On Nov 21, 2010, at 12:16 PM, pcmnac++ wrote:
> I just called "sudo make" inside "llvm/examples/fibonacci/", what
> generated a directory named "Release" containing 2 files:
> fibonacci.d and fibonacci.o. How can I generate a binary executable
> file from those ones?
The executable was placed in llvm/Release/examples.
> Where can I find a example of the command line I should use?
See "An Example Using the LLVM Tool Chain" in the Getting Started guide.
http://llvm.org/docs/GettingStarted.html#tutorial
Trevor
More information about the llvm-dev
mailing list