Displaying 1 result from an estimated 1 matches for "cf6baa55".
2020 Sep 30
2
Cross-compiling only compiler-rt libraries
Greetings everyone,
I am currently cross-compiling some of my programs to aarch64 with Clang. I
added my own sanitizer and library to the compiler-rt and want to use it.
However, since my machine is x86, the libraries are compiled for x86 use. I
was able to cross-compile to get the aarch64 libraries. However, this also
cross-compiles clang and now I can't use it on my x86 machine. Is there a