[LLVMdev] Fortran and LLVM
Devang Patel
dpatel at apple.com
Wed Nov 8 16:09:10 PST 2006
On Nov 8, 2006, at 3:47 PM, Warren Armstrong wrote:
> 2. How do you go about hooking LLVM into the NAG compiler? Does
> it emit an IR that LLVM recognises?
NAG compiler does not emit LLVM IR. However you can take longer
route. NAG compiler emits 'c' code that you can feed into llvm-gcc.
I have not tried this myself :)
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061108/df8652ec/attachment.html>
More information about the llvm-dev
mailing list