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

dag at cray.com dag at cray.com
Tue May 8 12:15:16 PDT 2012


Tobias Grosser <tobias at grosser.es> writes:

> The very same should work for Pure, dragonegg and basically any
> compiler based on LLVM. So I do not want to change clang at all
> (except of possibly linking to -lcuda).

Why is this a requirement?  I think it's completely unrealistic to
expect to be able to do this without driver changes.

If you don't want to change clang, then you'll need an external wrapper
driver to call all the relevant tools.

                               -Dave




More information about the llvm-dev mailing list