[PATCH] D124863: [BOLT][TEST] Fix test failures on AArch64 builder
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 12:33:59 PDT 2022
Amir marked an inline comment as done.
Amir added inline comments.
================
Comment at: bolt/test/X86/Inputs/avx512.c:8
use_avx512();
return 0;
----------------
yota9 wrote:
> I have the same error in golang review, maybe it warnings about this new line, although I'm not sure what is going on with it on my review too :(
Apparently clang-format was complaining about the space in second `asm()` line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124863/new/
https://reviews.llvm.org/D124863
More information about the llvm-commits
mailing list