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

Elvina Yakubova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 08:05:25 PDT 2023


Elvina marked an inline comment as done.
Elvina added inline comments.


================
Comment at: bolt/runtime/CMakeLists.txt:30
   -fno-stack-protector
-  -mno-sse
-  -fPIC)
----------------
rafauler wrote:
> Dropping -mno-sse is causing problems for me on my x86 machine.
> 
> test runtime/X86/instrumentation-xmm.c  is failing
Thanks for noticing!
Turned out general-regs-only doesn't disable sse on clang https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Arch/X86.cpp#L245 


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

https://reviews.llvm.org/D151942



More information about the llvm-commits mailing list