[PATCH] D76866: Enable new passmanager plugin support for LTO.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 3 11:55:47 PDT 2020
efriedma marked an inline comment as done.
efriedma added inline comments.
================
Comment at: llvm/test/Feature/load_extension.ll:1
+; REQUIRES: x86-registered-target
; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
----------------
serge-sans-paille wrote:
> why?
Can't run LTO without specifying a target.
Maybe there's some way to get around that if we don't actually generate code; I can experiment a bit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76866/new/
https://reviews.llvm.org/D76866
More information about the llvm-commits
mailing list