search for: generic_sources

Displaying 2 results from an estimated 2 matches for "generic_sources".

2016 May 03
2
Problem on cross-compiling compiler-rt
This is currently a rough area in our build system, but there are two CMake options you probably need to set. (1) -DLLVM_BUILD_EXTERNAL_COMPILER_RT=On —> This option causes the build to use the just-built clang when building compiler-rt (2) -DCOMPILER_RT_DEFAULT_TARGET_ARCH=??? —> This is where you specify which architecture you want to build the compiler-rt archives and libraries for
2016 May 05
2
Problem on cross-compiling compiler-rt
...use clang integrated an spare x86 target. > Moreover, in compiler-rt's built-in library, there are some emulating (?) libraries, such as emutls and eprintf, that are using host system header files, which may potentially cause compatible problem. I'm not sure if they should be included in GENERIC_SOURCES. > I hope this information could help the cross-compiling of compiler-rt. > Thank you. Thanks, Chris and yanglee. > > Lei > > -----Original Messages----- > From: "Chris Bieneman" <beanz at apple.com> > Sent Time: Wednesday, May 4, 2016 > To: "李阳&quo...