Files
llvm/libc/cmake
Petr Hosek 242a6cbc5f [libc] Handle the unknown default target in CMake (#115122)
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.
2025-11-12 11:36:54 -08:00
..