[PATCH] D141019: Support/CommandLine: replace argument mapping error with a warning

Manuel Ullmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 04:15:07 PST 2023


labre abandoned this revision.
labre added a comment.

The concrete issue could be tracked to a copy/paste error in RocM that registers an option explicitly without requirement and can be solved there.

CommandLine isolation (local options per library) would also remedy this issue and seems to be on the way for LLVM 16. Abandoning in favor of
https://reviews.llvm.org/D129129
https://reviews.llvm.org/D129134


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141019/new/

https://reviews.llvm.org/D141019



More information about the llvm-commits mailing list