Skip to content

Commit e7be433

Browse files
authored
[ATfE] Remove pre-release package suffix (arm#197)
Setting the suffix to nothing will correctly generate the toolchain ID, but leads to an incorrectly formatted package name. Instead, the suffix should not be set at all.
1 parent 317c55d commit e7be433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arm-software/embedded/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ install(
338338
# Generate a toolchain ID.
339339
# Product code 'E' for Embedded.
340340
set(LLVM_TOOLCHAIN_PROJECT_CODE "E")
341-
set(LLVM_TOOLCHAIN_VERSION_SUFFIX "")
342341
include(${CMAKE_CURRENT_SOURCE_DIR}/../shared/cmake/generate_toolchain_id.cmake)
343342

344343
set(llvmproject_src_dir ${CMAKE_CURRENT_SOURCE_DIR}/../..)

0 commit comments

Comments
 (0)