Displaying 3 results from an estimated 3 matches for "a943c473".
2016 May 23
2
Is the CppBackend still supported?
...____________________________
> LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160523/a943c473/attachment-0001.html>
2016 May 22
0
Is the CppBackend still supported?
> after realizing that it wasn't actually a backend that targetted c++
> (which might be useful)
Exact same thing just happened to me.. it's not obvious, especially when
reading the llc info:
$ llc -version
Registered Targets:
arm - ARM
arm64 - ARM64 (little endian)
cpp - C++ backend
x86 - 32-bit X86: Pentium-Pro and above
x86-64
2016 May 03
5
Is the CppBackend still supported?
Yes, it's quite obviously dead and should be deleted.
When I brought this up last time -- after realizing that it wasn't actually
a backend that targetted c++ (which might be useful), but rather just
something that emitted IR by calling llvm C++ functions (which really isn't
IMO) -- someone also pointed out that it also really ought to be using
IRBuilder...if anyone cared about it.