[llvm-dev] LLC C++ backend

Juan Manuel Martinez Caamaño via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 15 02:52:57 PDT 2016


Hello,
Is the backend for generating C++ code(that generates llvm-ir) still
working in the latest versions of the LLVM?

I tried to do
*   llc -march=cpp file.ll*
, and I got the following mesage:
   *llc: error: invalid target 'cpp'*

I'm working on
*   LLVM version 3.8.0svn*
*   Optimized build with assertions.*
*   Built Sep 21 2015 (18:51:42).*
*   Default target: x86_64-unknown-linux-gnu*
*   Host CPU: westmere*

*   Registered Targets:*
*     arm     - ARM*
*     armeb   - ARM (big endian)*
*     thumb   - Thumb*
*     thumbeb - Thumb (big endian)*
*     x86     - 32-bit X86: Pentium-Pro and above*
*     x86-64  - 64-bit X86: EM64T and AMD64*

Thank you,
Juan
-- 

Juan Manuel Martinez Caamaño
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160315/5438341b/attachment.html>


More information about the llvm-dev mailing list