[LLVMdev] writing llvm ir not in c++ (original) (raw)
Dave Pitsbawn dpitsbawn at gmail.com
Mon Oct 13 10:35:59 PDT 2014
- Previous message: [LLVMdev] Unexpected spilling of vector register during lane extraction on some x86_64 targets
- Next message: [LLVMdev] writing llvm ir not in c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is it possible to write LLVM IR but not using C++?
I'm exceedingly terrible at C++.
I was thinking, isn't it possible to write the IR using Java? I effectively have emit some sort of binary op codes to be passed into llvm right?
The same thing for if I wanted to integrate a GC? Could the interfacing be done in any other language? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141013/f4659a1c/attachment.html>
- Previous message: [LLVMdev] Unexpected spilling of vector register during lane extraction on some x86_64 targets
- Next message: [LLVMdev] writing llvm ir not in c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]