Skip to content

Commit 6efa0fa

Browse files
committed
[BOLT] Enable hugify for AArch64
Minor fix fto show a proper system arch for runtime libs
1 parent 72fd2c2 commit 6efa0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (LLVM_INCLUDE_TESTS)
136136
endif()
137137

138138
if (BOLT_ENABLE_RUNTIME)
139-
message(STATUS "Building BOLT runtime libraries for X86")
139+
message(STATUS "Building BOLT runtime libraries for ${CMAKE_SYSTEM_PROCESSOR}")
140140
set(extra_args "")
141141
if(CMAKE_SYSROOT)
142142
list(APPEND extra_args -DCMAKE_SYSROOT=${CMAKE_SYSROOT})

0 commit comments

Comments
 (0)