search for: 19699ac8

Displaying 2 results from an estimated 2 matches for "19699ac8".

Did you mean: 196998
2010 Nov 22
0
[LLVMdev] Running Examples
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
2010 Nov 21
3
[LLVMdev] Running Examples
Hi guys, I'm new on LLVM (and linux, and gcc and so on) and I'd like to know how to run and test LLVM projects. I've downloaded, installed and tested LLVM tools, such as llvm-gcc, llc, lli etc. But I don't know how to test examples provided. I just called "sudo make" inside "llvm/examples/fibonacci/", what generated a directory named "Release"