[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation

dag at cray.com dag at cray.com
Mon May 7 09:13:20 PDT 2012


Tobias Grosser <tobias at grosser.es> writes:

> Would you dump the assembly of the different modules to stdout or do
> you want to support multiple -o options to specify the various output
> files?

I forgot to address this one.  With current OpenCL and CUDA
specifications, there's no need to do multiple .o files.  In my mind,
llc should output one .o (one .s, etc.).  Anything else wreaks havoc on
build systems.

But Chris has the final say, I think.

                               -Dave



More information about the llvm-dev mailing list