[LLVMdev] Auto-generating c++ API from bitcode

Ashish Mahamuni mahamuni.ashish at gmail.com
Mon Feb 25 11:03:20 PST 2013


I tried compiling latest llvm with clang (3.3).
I am trying to generate c++ API code from bitcode(.bc) file using "llc
-march=cpp"

This used to work with 2.3 release (I guess).
With the current release, it is unable to figure out architecture "cpp"

am doing something wrong?
is there other way to achieve this? may be different utility that I missed?

--Ashish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130225/98a80bc9/attachment.html>


More information about the llvm-dev mailing list