[PATCH] D61694: Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 09:55:47 PDT 2019
sfertile marked an inline comment as done.
sfertile added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1667
+ return new PPCLinuxAsmPrinter(tm, std::move(Streamer));
+ return new PPCAIXAsmPrinter(tm, std::move(Streamer));
}
----------------
Just realized that this will change the AsmPrinter that will get created for triples like `-mtriple=ppc32--` where no OS is specified. I'll fix this so Linux is still the default AsmPrinter.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61694/new/
https://reviews.llvm.org/D61694
More information about the llvm-commits
mailing list