Project

General

Profile

Clang 3.5

Added by Igor Pashev over 9 years ago

Clang 3.5 is now available for Dyson.

It uses GNU ld and supports Debian multiarch.

# clang --version
Debian clang version 3.5.0-+rc2-2~dyson1 (tags/RELEASE_350/rc2) (llvm/llvm-toolchain/branches/3.5 1345) (based on LLVM 3.5.0)
Target: x86_64-pc-solaris2.11
Thread model: posix
# LD_ALTEXEC=echo clang++  gcd.cpp -o gcd-clang
--hash-style=both --build-id --eh-frame-hdr -m elf_x86_64_sol2 -o gcd-clang
/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../../x86_64-illumos/crt1.o
/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../../x86_64-illumos/crti.o
/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../../x86_64-illumos/values-Xa.o
/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/crtbegin.o -L/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9
-L/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../../x86_64-illumos -L/lib/x86_64-illumos
-L/usr/lib/x86_64-illumos -L/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../..
-L/usr/lib/llvm-3.5/bin/../lib -L/lib -L/usr/lib /var/tmp/gcd-18c956.o -lstdc++ -lm
-lstdc++ -lgcc_s -lgcc -lc /usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/crtend.o
/usr/bin/../lib/gcc/x86_64-pc-solaris2.11/4.9/../../../x86_64-illumos/crtn.o

Package source code http://cgit.osdyson.org/llvm/llvm-toolchain-3.5.git/


Comments