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.
2 parents 653eda7 + a6a072f commit 87329bfCopy full SHA for 87329bf
stdlib/public/SwiftShims/CMakeLists.txt
@@ -66,7 +66,7 @@ if(SWIFT_BUILT_STANDALONE)
66
endif()
67
endforeach()
68
if("${clang_headers_location}" STREQUAL "")
69
- message(FATAL_ERROR "Clang headers were not found")
+ message(FATAL_ERROR "Clang headers were not found in any of the following locations: ${clang_headers_locations}")
70
71
else() # NOT SWIFT_BUILT_STANDALONE
72
set(clang_headers_location "${LLVM_LIBRARY_DIR}/clang/${CLANG_VERSION}")
0 commit comments