[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:01:12 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:
> Should this test be suppressed if x86 is uncofigred?
Doesn’t this test have a requires x86 line?
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