Skip to content

Commit dedbfb2

Browse files
authored
Shorten package path for llvm-18 (#418)
Co-authored-by: Vrukesh V Panse <[email protected]>
1 parent b325d6e commit dedbfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ get_directory_property(LLVM_VERSION_MINOR DIRECTORY ${llvmproject_SOURCE_DIR}/ll
335335
get_directory_property(LLVM_VERSION_PATCH DIRECTORY ${llvmproject_SOURCE_DIR}/llvm DEFINITION LLVM_VERSION_PATCH)
336336

337337
project(
338-
LLVMEmbeddedToolchainForArm
338+
LLVM-ET-Arm
339339
VERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}
340340
DESCRIPTION "LLVM Embedded Toolchain for Arm"
341341
HOMEPAGE_URL "https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm"

0 commit comments

Comments
 (0)