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 6b573f4 commit ebc3302Copy full SHA for ebc3302
llvm/cmake/modules/LLVMProcessSources.cmake
@@ -113,7 +113,12 @@ function(llvm_check_source_file_list)
113
else()
114
set(fn_relative "${fn}")
115
endif()
116
- message(SEND_ERROR "Found unknown source file ${fn_relative}
+ message(SEND_ERROR "Found erroneous configuration for source file ${fn_relative}
117
+LLVM's build system enforces that all source files are added to a build target, \
118
+that exactly one build target exists in each directory, \
119
+and that this target lists all files in that directory. \
120
+If you want multiple targets in the same directory, add \
121
+PARTIAL_SOURCES_INTENDED to the target specification, though it is discouraged.
122
Please update ${CMAKE_CURRENT_LIST_FILE}\n")
123
124
0 commit comments