[PATCH] D146399: [AIX][Clang][K] Create `-K` Option for AIX.
Michael Francis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 14:33:52 PDT 2023
francii added a comment.
In D146399#4243803 <https://reviews.llvm.org/D146399#4243803>, @hubert.reinterpretcast wrote:
> @francii, what happens when `-K` is used on a pure-compile (`-c`) invocation? Do we get an "unused" message? Should we be testing that?
> I think we should be testing the diagnostic for the "wrong target" usage as well?
When compiling with `-c`, we will get the "unused" message. I will include a test case for it.
Do we need a test case for the diagnostic? If we are only supporting one target, which triple would be used for the test?
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