[PATCH] D83813: [clang] Teach -fembed-bitcode option not to embed W_value Group

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 14 14:16:18 PDT 2020


zixuw added a comment.

Would `llvm::Option::matches` be more appropriate than `getID` and checking for equality here? `Option::matches` tracks subgroups correctly, without having to explicitly check for `W_value_Group`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83813





More information about the cfe-commits mailing list