[PATCH] D97504: [llvm-exegesis] Disable the LBR check on AMD

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 08:55:31 PST 2021


oontvoo added a comment.

In D97504#2603805 <https://reviews.llvm.org/D97504#2603805>, @thakis wrote:

> In D97504#2603795 <https://reviews.llvm.org/D97504#2603795>, @thakis wrote:
>
>> This doesn't build on at least mac/arm hosts: http://45.33.8.238/macm1/4600/step_3.txt
>
> From looking at the code, I think this is broken on all non-intel hosts. Reverted for now in 76148caa505c85e5ea5e57d67f1f618f59d7e86f <https://reviews.llvm.org/rG76148caa505c85e5ea5e57d67f1f618f59d7e86f>

hmm from the build log, this is failing to compile an x86-specific target (`llvm-exegesis/lib/X86/target.cpp) on an aarch64.  That seems weird.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97504



More information about the llvm-commits mailing list