[LLVMdev] A question about running Clang after LLVM passes

Padefic padefic at 126.com
Wed Jun 11 00:41:39 PDT 2014


Hello,


Clang is used before LLVM to generate IR, and is it possible to use it in a reverse way, i.e., after running LLVM passes, we can run clang again to use LLVM pass results? If so, should I write clang functions in LLVM passes, or write LLVM pass requirements in clang?


Thank you in advance!


Padefic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140611/206514e9/attachment.html>


More information about the llvm-dev mailing list