[PATCH] D90742: [llvm-exegesis][X86] Save and restore eflags.

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 07:05:20 PST 2020


anna added a comment.

We use the GNU assembler and it is configured for 64 bit machines. Here's the details from one of the machines:

  as --version
  GNU assembler version 2.20.51.0.2-5.47.el6_9.1 20100205
  Copyright 2009 Free Software Foundation, Inc.
  This program is free software; you may redistribute it under the terms of
  the GNU General Public License version 3 or later.
  This program has absolutely no warranty.
  This assembler was configured for a target of `x86_64-redhat-linux'

Also, note that I tagged this against the incorrect review. The change causing the failures is https://reviews.llvm.org/D90592. I'm going to paste this there and we can continue discussion there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90742



More information about the llvm-commits mailing list