[libc-commits] [libc] [libc] Set correct symbol visibility for baremetal build (PR #180486)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri May 1 06:13:09 PDT 2026
================
@@ -141,6 +141,12 @@ message(STATUS "Compiler features available: ${AVAILABLE_COMPILER_FEATURES}")
### Compiler Feature Detection ###
+# clang-8+
----------------
kaladron wrote:
Since we require Clang 11 and higher, should this just be conditional on the compiler being clang and save the extra compilations?
https://github.com/llvm/llvm-project/pull/180486
More information about the libc-commits
mailing list