Skip to content

Commit 097a1d2

Browse files
committed
[libc] Remove extra parens
1 parent 241a05a commit 097a1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/utils/gpu/loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target_include_directories(gpu_loader PUBLIC
55
${LIBC_SOURCE_DIR}/include
66
${LIBC_SOURCE_DIR}
77
${LLVM_MAIN_INCLUDE_DIR}
8-
${LLVM_BINARY_DIR}/include)
8+
${LLVM_BINARY_DIR}/include
99
)
1010

1111
find_package(hsa-runtime64 QUIET 1.2.0 HINTS ${CMAKE_INSTALL_PREFIX} PATHS /opt/rocm)

0 commit comments

Comments
 (0)