[libclc] [libclc] Fix building top-level 'libclc' target (PR #150972)
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 29 02:41:49 PDT 2025
================
@@ -5,6 +5,9 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
endif()
set(LLVM_SUBPROJECT_TITLE "libclc")
+# Top level target used to build all Libclc libraries.
+add_custom_target( libclc ALL )
----------------
frasercrmck wrote:
Good idea - done.
https://github.com/llvm/llvm-project/pull/150972
More information about the cfe-commits
mailing list