search for: dllvm_build_32_bit

Displaying 20 results from an estimated 25 matches for "dllvm_build_32_bit".

Did you mean: dllvm_build_32_bits
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...rwin8.) Knowing what I've learned so far, the > effort would be similar, perhaps even duplicate to just trying to fix > things directly with g++-4.0.1. Time will tell, I suppose. > > Fang > David, I suspect you might be running into problem with... CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=ON -DLLVM_TARGETS_TO_BUILD=PowerPC" not working properly in the llvm 2.9 release for building with cmake. http://llvm.org/bugs/show_bug.cgi?id=9957 If you can tolerate the complete build by changing this to... CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=ON" then llvm 2.9 shou...
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
...ECTS='libcxxabi;libcxx' \ -DCMAKE_INSTALL_PREFIX='${HOME}/ClangLibcxx' \ -DCMAKE_BUILD_TYPE='Release' \ -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ -DLLVM_TARGET_ARCH='ARM' \ -DLLVM_TARGETS_TO_BUILD='ARM' \ -DLIBCXX_BUILD_32_BITS:BOOL=ON \ -DLLVM_BUILD_32_BITS:BOOL=ON \ -DLLVM_ENABLE_STATIC:BOOL=ON \ -DLLVM_ENABLE_SHARED:BOOL=OFF \ -DLLVM_DISABLE_PIC:BOOL=OFF \ -D_LIBCPP_HAS_NO_STDOUT:BOOL=ON \ -D_LIBCPP_HAS_NO_STDIN:BOOL=ON \ -DCMAKE_C_FLAGS="$C_AND_CXX_COMMON_FLAGS" \ -DCMAKE_CXX_FLAGS="$C_AND_CXX_COMMON_FLAG...
2015 Aug 27
2
Windows build broken for me since r246156
...log: http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio My build procedure looks like this: cmake -DCMAKE_INSTALL_PREFIX=../llvm-install -DLLVM_ENABLE_TERMINFO=OFF -DLLVM_TARGETS_TO_BUILD=X86;ARM;NVPTX;AArch64;Mips -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_BUILD_32_BITS=OFF -DCMAKE_BUILD_TYPE=Release../llvm/ -G 'Visual Studio 12 Win64' MSBuild.exe /m /t:Build /p:Configuration="Debug" .\ALL_BUILD.vcxproj MSBuild.exe /m /t:Build /p:Configuration="Release" .\ALL_BUILD.vcxproj Suggestions appreciated. All other platforms and llvm versio...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
>> These results have far fewer failures than svn-trunk, and are also >> comparable to bootstrapping with gcc-4.6.2, summarized here: >> http://paste.lisp.org/display/126363 >> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.) >> This consistency between different bootstraps of the release gives me >> some hope that g++-4.0.1 is
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
...TH=$mylibpath \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCURSES_NEED_NCURSES=TRUE \ -DFFI_INCLUDE_DIR=$DESTROOT/lib/libffi-3.0.11/include \ -DFFI_LIBRARY_DIR=$DESTROOT/lib \ -DGCC_INSTALL_PREFIX=$GCC_ROOT \ -DLLVM_BINUTILS_INCDIR=${DESTROOT}/include \ -DLLVM_BUILD_32_BITS=OFF \ -DLLVM_BUILD_EXAMPLES=ON \ -DLLVM_ENABLE_CXX1Y=ON \ -DLLVM_ENABLE_EH=ON \ -DLLVM_ENABLE_FFI=ON \ -DLLVM_ENABLE_LIBCXX=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_ENABLE_THREADS=ON \ -DLLVM_ENABLE_ZLIB=ON \ -DLLVM_INCLUDE_EXAMPLE...
2013 Nov 10
0
[LLVMdev] [Reminder] LLVM 3.4 Release Branching
...ch you can fix easily. If a PR is a release blockers, then ask the code owner to bump up the priority. > > This should be a wicked awesome release! :-) > > Share and enjoy! > -bw Current llvm/compiler-rt/clang svn is still broken on x86_64 darwin13 here for a build with... cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/pro...
2013 Nov 10
3
[LLVMdev] [Reminder] LLVM 3.4 Release Branching
Good day! This is just a reminder that branching for the 3.4 release will occur at this time: Monday, November 18, 2013 at 7:00:00 PM PST / Tuesday, November 19, 2013 at 3:00:00 AM UTC What this means for you! ------------------------ * Please keep the release notes up to date -- There has been very few commits to them. Please be proactive and update them with any significant feature that was
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
...TH=$mylibpath \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCURSES_NEED_NCURSES=TRUE \ -DFFI_INCLUDE_DIR=$DESTROOT/lib/libffi-3.0.11/include \ -DFFI_LIBRARY_DIR=$DESTROOT/lib \ -DGCC_INSTALL_PREFIX=$GCC_ROOT \ -DLLVM_BINUTILS_INCDIR=${DESTROOT}/include \ -DLLVM_BUILD_32_BITS=OFF \ -DLLVM_BUILD_EXAMPLES=ON \ -DLLVM_ENABLE_CXX1Y=ON \ -DLLVM_ENABLE_EH=ON \ -DLLVM_ENABLE_FFI=ON \ -DLLVM_ENABLE_LIBCXX=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_ENABLE_THREADS=ON \ -DLLVM_ENABLE_ZLIB=ON \ -DLLVM_INCLUDE_EXAMPLE...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...release blockers, then ask the code owner to bump up the priority. >> >> This should be a wicked awesome release! :-) >> >> Share and enjoy! >> -bw > > Current llvm/compiler-rt/clang svn is still broken on x86_64 darwin13 here for a build with... > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. > > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > cd /sw/src/fink.build/llvm34-3.4-0/llvm...
2013 Nov 11
1
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...s, then ask the code owner to > bump up the priority. > > > > This should be a wicked awesome release! :-) > > > > Share and enjoy! > > -bw > > Current llvm/compiler-rt/clang svn is still broken on x86_64 darwin13 here > for a build with... > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 > -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF > -DCMAKE_BUILD_TYPE=Release .. > > [ 54%] Building CXX object > projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > cd > /sw/src/fink.bui...
2013 Nov 20
4
[LLVMdev] lld-3.4 bloats llvm build badly
When lld-3.4 is added to the tools directory of the llvm source tree as lld, the resulting cmake build produces a huge number of static libs and bloats the overall package from... -rw-r--r-- 1 root wheel 86361440 Nov 19 21:09 llvm34_3.4-0_darwin-x86_64.deb to -rw-r--r-- 1 root wheel 495257452 Nov 19 20:49 llvm34_3.4-0_darwin-x86_64.deb Is this a known issue with the initial release of
2011 Jun 09
0
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
> I'll try this after I repeat the initial benchmarks with --enable-checking=release. Thanks! Don't forget to do a release build of LLVM too, i.e. configure with --enable-optimized --disable-assertions Building dragonegg will the use the same options. Ciao, Duncan.
2013 Apr 27
2
[LLVMdev] How to build the 32bit version of llvm in the ubuntu 64bit
Hi, all: I want to build the 32bit version of llvm in the ubuntu 64bit, need I add some parameter? Thanks yao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130427/cff0539d/attachment.html>
2013 Nov 20
0
[LLVMdev] lld-3.4 bloats llvm build badly
lld definitely shouldn't be that big. I would expect 10MB at most. Can you check whether something weird is happening, like lld being built with debug info? -- Sean Silva On Wed, Nov 20, 2013 at 10:15 AM, Jack Howarth <howarth at bromo.med.uc.edu>wrote: > When lld-3.4 is added to the tools directory of the llvm source tree > as lld, the resulting cmake build produces a huge
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...bump up the priority. > >> > >> This should be a wicked awesome release! :-) > >> > >> Share and enjoy! > >> -bw > > > > Current llvm/compiler-rt/clang svn is still broken on x86_64 darwin13 here for a build with... > > > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. > > > > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > > cd /sw/src/fink.build/ll...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...gt; >> >> This should be a wicked awesome release! :-) >> >> >> >> Share and enjoy! >> >> -bw >> > >> > Current llvm/compiler-rt/clang svn is still broken on x86_64 darwin13 here for a build with... >> > >> > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. >> > >> > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o >> > cd /sw/src/f...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...j1 VERBOSE=1 > > The fink build system doesn't set CFLAGS or CXXFLAGS but does set CPPFLAGS to "-I/sw/include" > and LDFLAGS to "-L/sw/lib". MACOSX_DEPLOYMENT_TARGET is set to "10.8" during the build on > darwin12. > If I use... > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=%p/opt/llvm-%v -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT:STRING=/ -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" .. Just to clarify, on darwin with cmake builds... -DCMAKE_OSX_SYSROOT:STRING=/ -DCMAK...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
.../llvm34-3.4-0/llvm-3.4/build make -j1 VERBOSE=1 The fink build system doesn't set CFLAGS or CXXFLAGS but does set CPPFLAGS to "-I/sw/include" and LDFLAGS to "-L/sw/lib". MACOSX_DEPLOYMENT_TARGET is set to "10.8" during the build on darwin12. If I use... cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=%p/opt/llvm-%v -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT:STRING=/ -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" .. ...the build completes but setting -DCMAKE_OSX_DEPLOYMENT_TARGET to a null string ha...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...uild system doesn't set CFLAGS or CXXFLAGS but does set > CPPFLAGS to "-I/sw/include" > > and LDFLAGS to "-L/sw/lib". MACOSX_DEPLOYMENT_TARGET is set to "10.8" > during the build on > > darwin12. > > If I use... > > > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 > -DCMAKE_INSTALL_PREFIX=%p/opt/llvm-%v -DLLVM_ENABLE_ASSERTIONS=OFF > -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT:STRING=/ > -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" .. > > Just to clarify, on darwin with cmake builds... > > -D...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...e independent blocks pass. The problem was > that it was not consistently failing. I fixed this in r183025. > > Cheers, > Tobias Tobias, Oddly I am still seeing... XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250) at r183026 when trunk llvm/polly is built with... cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. against cloog-isl 0.18.0 and isl 0.11.2 on x86_64-apple-darwin12. Jack