search for: llvm_compiler_rt_osx_arch

Displaying 3 results from an estimated 3 matches for "llvm_compiler_rt_osx_arch".

2015 Jun 01
4
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...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 build directory there would only be an out-of-tree-style c...
2015 Jun 02
3
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...ibraries, 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 build...
2015 Jun 04
2
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
...roject) 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 build directory there would only...