================ @@ -355,6 +355,23 @@ if(${LIBC_TARGET_OS} STREQUAL "linux") ) endif() +if(${LIBC_TARGET_OS} STREQUAL "linux") ---------------- michaelrj-google wrote: this can share a condition with the above test https://github.com/llvm/llvm-project/pull/85068