[PATCH] D146498: [X86][MemFold] Disable testcases for powerpc64-unknown-linux-gnu

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 22:58:45 PDT 2023


yubing added a comment.

In D146498#4208685 <https://reviews.llvm.org/D146498#4208685>, @craig.topper wrote:

> This doesn't seem like the right way to fix this. The issue is that it's complaining about --ignore-initial not being supported. I don't think checking the target is the right way to check for that. Wy do we need to skip the first 568 lines?

the first 568 bytes are:

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\

| *                                                                            * |
| * X86 fold tables                                                            * |
| *                                                                            * |
| * Automatically generated file, do not edit!                                 * |
| *                                                                            * |
|

\*===----------------------------------------------------------------------===*/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146498



More information about the llvm-commits mailing list