mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
We need to filter out architectures that the compiler hasn't been built to target (most likely the ARM ones) before attemptint to build a version of libcompiler_rt. This can result in a completely empty library (e.g. soft-float doesn't have any x86 variants), in which case we shouldn't even try the build llvm-svn: 197028