[PATCH] D151942: [BOLT] Instrumentation: AArch64 instrumentation support in runtime

Denis Revunov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 09:11:12 PDT 2023


treapster 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()
----------------
Drop if, use -mgeneral-regs-only


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151942/new/

https://reviews.llvm.org/D151942



More information about the llvm-commits mailing list