mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
When the backend for the host target isn't enabled, Clang would report the default target as `unknown`. This currently breaks the libc CMake build, but shouldn't in the case where we're cross-compiling since we're given an explicit target and the default one isn't being used.