[llvm-dev] Clang 5.0 support for armv8 64 bit with neon and auto vectorization

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 7 06:47:50 PST 2017


On 7 February 2017 at 13:47, Haider Zeeshan (CC/ESM1)
<Zeeshan.Haider at de.bosch.com> wrote:
> @all: Do you think I can go with cross compiled standard c++ lib from gcc on
> windows with clang? I have no idea that gcc compiled binaries can be linked
> with clang compiler? I think that is possible as the backend of clang
> compiler is from gcc?

Yup, stdlibc++ works fine on ARM Linux. If you have them already
laying around, it'll avoid some extra work.

Or you can get the pre-release RC1 Clang+LLVM 4.0 image for ARM, which
already has libc++ / libc++abi and libunwind built in, though, as
shared libraries only.

http://llvm.org/pre-releases/4.0.0/

cheers,
--renato


More information about the llvm-dev mailing list