From: | Steven Shaw <steshaw@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 24 Jan 2011 01:06:29 -0800 (PST) |
Organization: | Compilers Central |
References: | 11-01-089 |
Keywords: | LLVM |
Posted-Date: | 26 Jan 2011 12:14:30 EST |
I think you misunderstand the scope of LLVM. It has a textual representation (aka "language") that resembles assembly.
http://llvm.org/docs/LangRef.html
You don't have to generate binary version of that yourself.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.