[PATCH] D69620: Add AIX assembler support
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 29 06:14:39 PST 2019
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
Other than minor nit, LGTM
================
Comment at: clang/lib/Driver/ToolChains/AIX.cpp:68
+ if (Inputs.size() != 1)
+ llvm_unreachable("Invalid number of input file.");
+ const InputInfo &II = Inputs[0];
----------------
nit: plural, "files"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69620/new/
https://reviews.llvm.org/D69620
More information about the cfe-commits
mailing list