We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3ada6 commit b6dbfb8Copy full SHA for b6dbfb8
runtimes/cmake/Modules/HandleLibC.cmake
@@ -8,6 +8,8 @@
8
# - runtimes-libc-static: A target representing the selected static C library.
9
#===============================================================================
10
11
+include_guard(GLOBAL)
12
+
13
set(RUNTIMES_SUPPORTED_C_LIBRARIES system llvm-libc)
14
set(RUNTIMES_USE_LIBC "system" CACHE STRING "Specify C library to use. Supported values are ${RUNTIMES_SUPPORTED_C_LIBRARIES}.")
15
if (NOT "${RUNTIMES_USE_LIBC}" IN_LIST RUNTIMES_SUPPORTED_C_LIBRARIES)
0 commit comments