[PATCH] D151942: [BOLT] Instrumentation: AArch64 instrumentation support in runtime
Elvina Yakubova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 09:50:08 PDT 2023
Elvina marked an inline comment as done.
Elvina added inline comments.
================
Comment at: bolt/runtime/CMakeLists.txt:32
+if (CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+ set(BOLT_RT_FLAGS ${BOLT_RT_FLAGS} "-mno-sse")
+endif()
----------------
treapster wrote:
> Drop if, use -mgeneral-regs-only
thanks for noticing, forgot about it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151942/new/
https://reviews.llvm.org/D151942
More information about the llvm-commits
mailing list