We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fd2c2 commit 6efa0faCopy full SHA for 6efa0fa
bolt/CMakeLists.txt
@@ -136,7 +136,7 @@ if (LLVM_INCLUDE_TESTS)
136
endif()
137
138
if (BOLT_ENABLE_RUNTIME)
139
- message(STATUS "Building BOLT runtime libraries for X86")
+ message(STATUS "Building BOLT runtime libraries for ${CMAKE_SYSTEM_PROCESSOR}")
140
set(extra_args "")
141
if(CMAKE_SYSROOT)
142
list(APPEND extra_args -DCMAKE_SYSROOT=${CMAKE_SYSROOT})
0 commit comments