Displaying 2 results from an estimated 2 matches for "galaun".
Did you mean:
galan
2010 Apr 08
2
[LLVMdev] Using LLVM with clang for a homebrew kernel
...bout using Mach-O instead of ELF and llvm seems
to support that, since it created perfect Mach-O files when I tested it
with a hello world on my Mac OS. Where can I set this output format?
Can somebody push me into the right direction or towards the right
documentation about this?
Thanks,
Andreas Galauner
2010 Apr 08
0
[LLVMdev] Using LLVM with clang for a homebrew kernel
On Apr 7, 2010, at 5:07 PM, Andreas Galauner wrote:
>
> shouldn't be necessary with llvm since I can just translate the bitcode
> to any native architecture
http://llvm.org/docs/FAQ.html#platformindependent
Dan