Hello, I'm currently working on a project for the UC Berkeley in which a C++ file needs to be parsed that contains a new command. This new command is compiled to assembly, based on the SPARC V8, using a macro. On http://llvm.org/releases/1.8/docs/CFEBuildInstrs.html I read that inline assembly isn't supported. That page is last update 2 years ago. Does LLVM still not support inline assembly ? Kind regards, Bas Burgers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080804/32cd0be7/attachment.html>
On Sun, Aug 3, 2008 at 6:14 PM, <b.j.burgers at student.utwente.nl> wrote:> On http://llvm.org/releases/1.8/docs/CFEBuildInstrs.html I read that inlineThat's the archived documentation for LLVM 1.8; for the current documentation, try http://llvm.org/docs/GCCFEBuildInstrs.html, or more generally, http://llvm.org/docs/. -Eli
Seemingly Similar Threads
- [LLVMdev] Re: Starting with LLVM-GCC on Cygwin
- [LLVMdev] LLVM 1.5 C Front-End Binaries for FreeBSD?
- [LLVMdev] Minor patch to clarify matters in the CFEBuildInstrs.html
- [LLVMdev] Outdated information in CFEBuildInstrs.html
- [LLVMdev] Re: Starting with LLVM-GCC on Cygwin