Skip to content

Commit bb8f922

Browse files
committed
[ATfE] Remove pre-release package suffix
On the release branch, builds should no longer be identified as pre-release.
1 parent e2141fa commit bb8f922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-software/embedded/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ 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 "pre")
341+
set(LLVM_TOOLCHAIN_VERSION_SUFFIX "")
342342
include(${CMAKE_CURRENT_SOURCE_DIR}/../shared/cmake/generate_toolchain_id.cmake)
343343

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

0 commit comments

Comments
 (0)