Displaying 2 results from an estimated 2 matches for "a45dff4a".
2014 Jun 13
2
[LLVMdev] A question about running Clang after LLVM passes
...ginal C
source code that was compiled. Again, if you're building a refactoring
tool, this is probably not what you want.
Regards,
John Criswell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140613/a45dff4a/attachment.html>
2014 Jun 12
2
[LLVMdev] A question about running Clang after LLVM passes
However, LLVM can output using the C back end ... which you can then feed
into Clang.
On Fri, Jun 13, 2014 at 3:58 AM, Eli Bendersky <eliben at google.com> wrote:
>
>
>
> On Wed, Jun 11, 2014 at 12:41 AM, Padefic <padefic at 126.com> wrote:
>
>> Hello,
>>
>> Clang is used before LLVM to generate IR, and is it possible to use it in
>> a reverse