[PATCH] D146399: [AIX][Clang][K] Create `-K` Option for AIX.

David Tenty via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 08:12:48 PDT 2023


daltenty added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:6331
 
+  if (Arg *A = Args.getLastArg(options::OPT_K); A && !TC.getTriple().isOSAIX())
+    D.Diag(diag::err_drv_unsupported_opt_for_target)
----------------
Let's not claim here, just in case this isn't a link step invocation.


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