[libc-commits] [libc] 097a1d2 - [libc] Remove extra parens

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Aug 1 05:16:55 PDT 2024


Author: Joseph Huber
Date: 2024-08-01T07:16:44-05:00
New Revision: 097a1d28ed6654f1297feb9cb80890c7dffa2864

URL: https://github.com/llvm/llvm-project/commit/097a1d28ed6654f1297feb9cb80890c7dffa2864
DIFF: https://github.com/llvm/llvm-project/commit/097a1d28ed6654f1297feb9cb80890c7dffa2864.diff

LOG: [libc] Remove extra parens

Added: 
    

Modified: 
    libc/utils/gpu/loader/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/utils/gpu/loader/CMakeLists.txt b/libc/utils/gpu/loader/CMakeLists.txt
index 7b5f28075c8b1..fd217a25c8a0e 100644
--- a/libc/utils/gpu/loader/CMakeLists.txt
+++ b/libc/utils/gpu/loader/CMakeLists.txt
@@ -5,7 +5,7 @@ target_include_directories(gpu_loader PUBLIC
   ${LIBC_SOURCE_DIR}/include
   ${LIBC_SOURCE_DIR}
   ${LLVM_MAIN_INCLUDE_DIR}
-  ${LLVM_BINARY_DIR}/include)
+  ${LLVM_BINARY_DIR}/include
 )
 
 find_package(hsa-runtime64 QUIET 1.2.0 HINTS ${CMAKE_INSTALL_PREFIX} PATHS /opt/rocm)


        


More information about the libc-commits mailing list