[PATCH] D151942: [BOLT] Instrumentation: AArch64 instrumentation support in runtime
Rafael Auler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 17:39:21 PDT 2023
rafauler added inline comments.
================
Comment at: bolt/runtime/CMakeLists.txt:30
-fno-stack-protector
- -mno-sse
- -fPIC)
----------------
Dropping -mno-sse is causing problems for me on my x86 machine.
test runtime/X86/instrumentation-xmm.c is failing
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151942/new/
https://reviews.llvm.org/D151942
More information about the llvm-commits
mailing list