Displaying 5 results from an estimated 5 matches for "isyst".
Did you mean:
syst
2010 Dec 29
0
[LLVMdev] LLVM for ARM target
On Dec 28, 2010, at 8:06 AM, akramul azim wrote:
> hi everyone,
>
> I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.
>
> $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-
> arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages=
2010 Dec 28
2
[LLVMdev] LLVM for ARM target
hi everyone,
I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.
$ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-
arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++
$ make
However, I get compile errors. So, i cannot execute make
2015 Nov 17
2
3.7.1-rc1 has been tagged. Let's begin testing!
...t;
>
> FAIL: Clang :: CodeGen/libcalls-fno-builtin.c (1715 of 8372)
> ******************** TEST 'Clang :: CodeGen/libcalls-fno-builtin.c' FAILED
> *****
> ***************
> Script:
> --
> D:/src/llvm_release_build_3.7.1-rc1/build64/./bin/clang.EXE -cc1
> -internal-isyst
> em
> D:\src\llvm_release_build_3.7.1-rc1\build64\bin\..\lib\clang\3.7.1\include
> -n
> ostdsysteminc -S -O3 -fno-builtin -o -
> D:\src\llvm_release_build_3.7.1-rc1\llvm\
> tools\clang\test\CodeGen\libcalls-fno-builtin.c |
> D:/src/llvm_release_build_3.7.
> 1-rc1/build64/./...
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
Hi,
I get the following error where the "make"(building) stops.
/MinGW/llvm/arm_objects/./gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv
m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm
-linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst
em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include -O2 -O2 -g -O2 -DI
N_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -...
2015 Nov 17
12
3.7.1-rc1 has been tagged. Let's begin testing!
Hi,
I have just tagged 3.7.1-rc1, so it is ready for testing. As a
reminder, when doing regression testing, use the 3.7.0 release
as your baseline.
Thanks,
Tom