search for: arm_test

Displaying 4 results from an estimated 4 matches for "arm_test".

2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
Has anyone built Compiler-RT on Windows? I am attempting to compile it for ARM, but I get errors from CMake. It appears to be trying to pass VC++ flags to Clang. I am using a version of Clang built from trunk. PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" ..\compiler-rt -- The C compiler identification is Clang 3.7.0 clang.exe: error: no such file or directory: '...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...s anyone built Compiler-RT on Windows? I am attempting to compile it >>> for ARM, but I get errors from CMake. It appears to be trying to pass VC++ >>> flags to Clang. I am using a version of Clang built from trunk. >>> >>> >>> >>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>> ..\compiler-rt >>> -- The C compiler identification is Clang 3.7...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...t appears to be trying to pass VC++ >>>> flags to Clang. I am using a version of Clang built from trunk. >>>> >>> This is unclear to me. Are you trying to build it for Windows ARM? Or some other ARM environment? > >>>> >>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>> ..\compiler-rt >>>> -- The C compiler identificat...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...;>> VC++ flags to Clang. I am using a version of Clang built from trunk. >>>>> >>>> > This is unclear to me. Are you trying to build it for Windows ARM? Or > some other ARM environment? > > >> >>>>> >>>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>>> ..\compiler-rt >>>>> -- The C comp...