search for: caviumllvmwclang

Displaying 6 results from an estimated 6 matches for "caviumllvmwclang".

2014 Feb 27
3
[LLVMdev] install and the strip command
Trying to do a "make install" on a mips box . llvm[2]: Installing Release+Asserts Archive Library /home/rkotler/caviumllvmwclang/install/lib/libLLVMLineEditor.a make[2]: Leaving directory `/home/rkotler/caviumllvmwclang/build/lib/LineEditor' make[1]: Leaving directory `/home/rkotler/caviumllvmwclang/build/lib' make[1]: Entering directory `/home/rkotler/caviumllvmwclang/build/tools/llvm-config' llvm[1]: Installi...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
...ing regfree.c for Release+Asserts build >> llvm[1]: Compiling regstrlcpy.c for Release+Asserts build >> llvm[1]: Compiling system_error.cpp for Release+Asserts build >> llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a >> make[1]: *** >> [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] >> Error 127 >> make[1]: Leaving directory >> `/home/rkotler/caviumllvmwclang/build/lib/Support' >> make: *** [all] Error 1 >> rkotler at mipssw006:~/caviumllvmwclang/build$ >> >> > Not enough context. Tha...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...re ... when i do that i get: llvm[1]: Compiling regfree.c for Release+Asserts build llvm[1]: Compiling regstrlcpy.c for Release+Asserts build llvm[1]: Compiling system_error.cpp for Release+Asserts build llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a make[1]: *** [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] Error 127 make[1]: Leaving directory `/home/rkotler/caviumllvmwclang/build/lib/Support' make: *** [all] Error 1 rkotler at mipssw006:~/caviumllvmwclang/build$ > when bootstrapping clang on z. Obviously --disable-valgrind would be > cleaner bu...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...llvm[1]: Compiling regstrlcpy.c for Release+Asserts build >>>> llvm[1]: Compiling system_error.cpp for Release+Asserts build >>>> llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a >>>> make[1]: *** >>>> >>>> [/home/rkotler/caviumllvmwclang/build/Release+Asserts/lib/libLLVMSupport.a] >>>> Error 127 >>>> make[1]: Leaving directory >>>> `/home/rkotler/caviumllvmwclang/build/lib/Support' >>>> make: *** [all] Error 1 >>>> rkotler at mipssw006:~/caviumllvmwclang/build$ >&gt...
2014 Feb 27
3
[LLVMdev] install and the strip command
On 27 February 2014 00:05, Simon Atanasyan <simon at atanasyan.com> wrote: > > Install tool invokes strip. GNU install allows to configure which > strip to use (--strip-program). In general (for example on FreeBSD) it > is not possible and install always runs just 'strip'. In case of > cross-compilation that leads to the error. Actually it is possible on FreeBSD --
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
On 02/24/2014 04:42 PM, Eric Christopher wrote: > On Mon, Feb 24, 2014 at 4:40 PM, reed kotler <rkotler at mips.com> wrote: >> I need to leave soon and will take a look in the morning. >> >> I did look at the autoconf input files configure.ac >> >> There is a disable-zlib but not a disable-valgrind, even though it seems >> like there used to be.