[PATCH] D146778: [lld] Preliminary fat-lto-object support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 18:10:59 PDT 2023
paulkirth added inline comments.
================
Comment at: lld/test/ELF/fatlto/fatlto.test:54
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
chapuni wrote:
> paulkirth wrote:
> > chapuni wrote:
> > > Should this test be suppressed if x86 is uncofigred?
> > Doesn’t this test have a requires x86 line?
> Sorry, this has required x86. `fatlto.invalid.s` doesn't.
Oh shoot. Sorry about that. I’m mid commute atm. If you could revert or forward fix I’d appreciate it. Otherwise I can get to this in about 40 minutes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146778/new/
https://reviews.llvm.org/D146778
More information about the llvm-commits
mailing list