[BOLT] Enable hugify for AArch64 (#117158)
Add required hugify instrumentation and runtime libraries support for AArch64. Fixes #58226 Unblocks #62695
This commit is contained in:
@@ -136,7 +136,7 @@ if (LLVM_INCLUDE_TESTS)
|
||||
endif()
|
||||
|
||||
if (BOLT_ENABLE_RUNTIME)
|
||||
message(STATUS "Building BOLT runtime libraries for X86")
|
||||
message(STATUS "Building BOLT runtime libraries for ${CMAKE_SYSTEM_PROCESSOR}")
|
||||
set(extra_args "")
|
||||
if(CMAKE_SYSROOT)
|
||||
list(APPEND extra_args -DCMAKE_SYSROOT=${CMAKE_SYSROOT})
|
||||
|
||||
Reference in New Issue
Block a user