Author: Fraser Cormack
Date: 2024-04-18T07:01:13+01:00
New Revision: 93d51194b1df8229268953ec94063fc4194a320b

URL: 
https://github.com/llvm/llvm-project/commit/93d51194b1df8229268953ec94063fc4194a320b
DIFF: 
https://github.com/llvm/llvm-project/commit/93d51194b1df8229268953ec94063fc4194a320b.diff

LOG: [libclc] Clarify option help message

This should make it more obvious it applies only to libclc.

Added: 
    

Modified: 
    libclc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
index c77da2d4f18e74..4442ff6daa61b8 100644
--- a/libclc/CMakeLists.txt
+++ b/libclc/CMakeLists.txt
@@ -32,7 +32,7 @@ set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
 set( LIBCLC_MIN_LLVM 3.9.0 )
 
 set( LIBCLC_TARGETS_TO_BUILD "all"
-    CACHE STRING "Semicolon-separated list of targets to build, or 'all'." )
+    CACHE STRING "Semicolon-separated list of libclc targets to build, or 
'all'." )
 
 option( ENABLE_RUNTIME_SUBNORMAL "Enable runtime linking of subnormal 
support." OFF )
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to