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 bb89988 commit ddfb66dCopy full SHA for ddfb66d
libc/cmake/modules/LLVMLibCArchitectures.cmake
@@ -84,7 +84,7 @@ if(NOT (libc_compiler_info_result EQUAL "0"))
84
message(FATAL_ERROR "libc build: error querying compiler info from the "
85
"compiler: ${libc_compiler_info}")
86
endif()
87
-string(REGEX MATCH "Target: [-_a-z0-9.]+[ \r\n]+"
+string(REGEX MATCH "Target: [-_a-zA-Z0-9.]+[ \r\n]+"
88
libc_compiler_target_info ${libc_compiler_info})
89
if(NOT libc_compiler_target_info)
90
message(FATAL_ERROR "libc build: could not read compiler target info from:\n"
0 commit comments