[PATCH] D146399: [AIX][Clang][K] Create `-K` Option for AIX.
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 18:01:13 PDT 2023
hubert.reinterpretcast added a comment.
In D146399#4244479 <https://reviews.llvm.org/D146399#4244479>, @francii wrote:
> Do we need a test case for the diagnostic? If we are only supporting one target, which triple would be used for the test?
I think we do need a test case for the diagnostic. I suspect it should be in a separate file.
Unlike a lot of the options work we did for AIX, this is adding a new option (not processing an existing one).
I suggest `powerpc64-unknown-linux-gnu` for the triple.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146399/new/
https://reviews.llvm.org/D146399
More information about the cfe-commits
mailing list