[llvm] [BOLT] Enable hugify for AArch64 (PR #117158)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 06:05:35 PDT 2025
================
@@ -151,10 +151,12 @@ struct timespec {
uint64_t tv_nsec; /* nanoseconds */
};
-#if defined(__aarch64__)
+#if defined(__aarch64__) || defined(__arm64__)
#include "sys_aarch64.h"
-#else
+#elif defined(__x86_64__)
#include "sys_x86_64.h"
+#else
+#error "For AArch64/ARM64 and X86_64 only."
----------------
yota9 wrote:
Sure, I wrote exactly this word because of your previous comments about my "helpful and valuable comments" with barely hidden aggression. Please, don't play a victim now. Anyway it was addressed to output, not your patch and this valuable output.
I'm not payed to work with you and just not interested in further discussions, maybe someone else dare to write any commits to your review if they're ready to have such a nice conversations.
https://github.com/llvm/llvm-project/pull/117158
More information about the llvm-commits
mailing list