Displaying 3 results from an estimated 3 matches for "llvm_compiler_rt_ios_archs".
2015 Jun 01
4
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...ry there will be an in-tree build of Compiler-RT (via add_llvm_external_project) to generate the OS X runtime libraries, and an out-of-tree-style cross-compile generated for building the iOS runtime libraries for all supported architectures. This would all be driven via command line settings like:
LLVM_COMPILER_RT_IOS_ARCHS="armv7;armv7s;arm64"
LLVM_COMPILER_RT_OSX_ARCHS="x86;x86_64"
This would generate universal binary outputs in the format:
libclangrt_<lib>.<os>.<ext>
As a second example, if you were on Windows building a Clang to target only FreeBSD when you configured your b...
2015 Jun 02
3
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...add_llvm_external_project) to generate the OS X
>> runtime libraries, and an out-of-tree-style cross-compile generated
>> for building the iOS runtime libraries for all supported
>> architectures. This would all be driven via command line settings
>> like:
>>
>> LLVM_COMPILER_RT_IOS_ARCHS="armv7;armv7s;arm64"
>> LLVM_COMPILER_RT_OSX_ARCHS="x86;x86_64"
>>
>> This would generate universal binary outputs in the format:
>> libclangrt_<lib>.<os>.<ext>
>>
>> As a second example, if you were on Windows building a Cla...
2015 Jun 04
2
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...ill be an in-tree build of Compiler-RT (via add_llvm_external_project) to generate the OS X runtime libraries, and an out-of-tree-style cross-compile generated for building the iOS runtime libraries for all supported architectures. This would all be driven via command line settings like:
>
> LLVM_COMPILER_RT_IOS_ARCHS="armv7;armv7s;arm64"
> LLVM_COMPILER_RT_OSX_ARCHS="x86;x86_64"
>
> This would generate universal binary outputs in the format:
> libclangrt_<lib>.<os>.<ext>
>
> As a second example, if you were on Windows building a Clang to target only Free...