[llvm-dev] Question about LLVM backend
via llvm-dev
llvm-dev at lists.llvm.org
Wed Nov 24 10:30:07 PST 2021
Hi everyone,
first at all I would like to thanks llvm developers for their incredible
jobs on llvm .
I have a question , and I didn't find any answers.
Is it possible to an llvm backend to only emit assembly code and not
machine code ?
I'm asking this question because I know the answer for gcc and for this
compiler it's possible. In fact , gcc produces only assembly code.
Is it possible to do so with llvm ?
Thanks you in advance for your answers
Gaspard
More information about the llvm-dev
mailing list