Displaying 3 results from an estimated 3 matches for "libclangrt_".
2015 Jun 01
4
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...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 build directory there would only be an out-of-tree-style cross-compile generated for your target architecture against FreeBSD. The command line setting her...
2015 Jun 02
3
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...hitectures. 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 build directory there
>> would only be an out-of-tree-style cross-compile generated for your
>> target architecture a...
2015 Jun 04
2
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...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 build directory there would only be an out-of-tree-style cross-compile generated for your target architecture against FreeBSD. The command line s...