search for: toolchain_clang

Displaying 10 results from an estimated 10 matches for "toolchain_clang".

2016 Mar 03
2
Building with LLVM_PARALLEL_XXX_JOBS
...______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>> >>> >>> >>> >> > <build_llvm-toolchain_clang-cmake-ninja.sh><install_llvm-toolchain_clang-cmake-ninja.sh>
2016 Jun 27
0
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
...uot;$PKGNAME-$VER.src" ; TARBALL="$PREFIX.tar.xz" $ git archive --format=tar --prefix=$PREFIX/ $VER | xz -2ec > ../$TARBALL $ cd .. $ sha256sum $TARBALL > $TARBALL.sha256sum - EOT - -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm-toolchain_clang-cmake-ninja-gold.sh Type: application/x-sh Size: 6028 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160627/c6b36109/attachment.sh> -------------- next part -------------- A non-text attachment was scrubbed... Name: install_llvm-toolchain_clang-cmake-ni...
2016 Jun 26
3
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On 26 June 2016 at 13:31, Anton Korobeynikov via llvm-dev <llvm-dev at lists.llvm.org> wrote: > What you're probably missing is that 3.8.1 is made in release_38 > branch. So, everything is there and already mirrored. > > Source tarballs will be available upon the release. Which are just coming, now that final has been tested successfully. :) They'll be announced in the
2016 Feb 26
0
[LLVM v3.8.0rc3] cmake-2.8.12: Statistics gcc-4.9 VS. clang-3.8
...efam wearefam 14295 Feb 24 15:53 logs/configure-log_llvm-toolchain-3.8.0rc3.txt $ cat disc-usage_llvm-toolchain-3.8.0rc3.txt 315 llvm 1464 llvm-build 864 /opt/llvm-toolchain-3.8.0rc3 - EOT - -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm-toolchain_clang-cmake-ninja.sh Type: application/x-sh Size: 3058 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160226/44a815cc/attachment.sh> -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm-toolchain_gcc-make-autoconf.sh...
2016 Mar 12
4
Building with LLVM_PARALLEL_XXX_JOBS
...# TRYOUT #4: TABLEGEN # LLVM_OPTIMIZED_TABLEGEN:BOOL=OFF # ##### END *** SECTION WILL BE DELETED *** Thanks for any help and ideas. Regards, - Sedat - [1] http://llvm.org/releases/3.8.0/docs/CMake.html -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm-toolchain_clang-cmake-ninja.sh Type: application/x-sh Size: 4638 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160312/6249bc5d/attachment.sh>
2016 Mar 02
2
Building with LLVM_PARALLEL_XXX_JOBS
Hey Chris, Sedat was asking for a way to "to speedup my build" and those blog posts were really helpful to me. Anyway LLVM_DISTRIBUTION_COMPONENTS sounds very cool, hope you will push your code soon! On Tue, Mar 1, 2016 at 11:32 PM, Chris Bieneman <cbieneman at apple.com> wrote: > Fabio, the work I was mentioning here is an extension beyond those blog > posts. > >
2015 Jun 11
2
[LLVMdev] How to pick default floating point ABI?
...build code for *mips3* with *o32* abi, but fails: mipsel-unknown-linux-gnu-clang++ test.cpp -mips3 /tmp/test-a51985.s: Assembler messages: /tmp/test-a51985.s:11: Warning: `fp=64' used with a 32-bit ABI /usr/local/bin/mipsel-unknown-linux-gnu-ld: Warning: a.out uses -mdouble-float (set by /opt/toolchain_clang/host/usr/mipsel-unknown-linux-gnu/sysroot/usr/lib/../lib/crt1.o), /tmp/test-d48db1.o uses -mgp32 -mfp64 How can I change the *fp=64* to *fp=32*? Have tried pass -mfp32 to mipsel-unknown-linux-gnu-clang++ but with no luck. Though this is a warning, but it fails to compile Qt. Yes I know...
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
...> LLVM Developers mailing list >>>>>> llvm-dev at lists.llvm.org >>>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>>>> >>>>> >>>>> >>>>> >>>> >>> <build_llvm-toolchain_clang-cmake-ninja.sh><install_llvm-toolchain_clang-cmake-ninja.sh> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >
2016 Mar 18
2
Building with LLVM_PARALLEL_XXX_JOBS
On Thu, Mar 17, 2016 at 11:45 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: > On Thu, Mar 17, 2016 at 10:05 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: >> On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: >> [ brutal-snip ] >> ... >>> [ TODO#S: Before doing a 2nd build (and in a 3rd run using more >>>
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
...stem. I need something simple like... PGO_CMAKE_OPTS="..." CONFIGURE_CMAKE_OPTS="$CONFIGURE_CMAKE_OPTS $PGO_CMAKE_OPTS" ...in my build-script. Thanks. - Sedat - > -Chris > -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm-toolchain_clang-cmake-ninja-gold_v4.sh Type: application/x-sh Size: 5026 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160317/dbf87127/attachment.sh>