[PATCH] D125474: [DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 15:31:21 PDT 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/dsymutil/dsymutil.cpp:224
+ return make_error<StringError>("invalid accelerator type specified: '" + S +
+ "'. Support values are 'Apple', "
+ "'Dwarf', 'Pub', 'Default' and 'None'.",
----------------
Typo (also in the original): `Supported`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125474/new/
https://reviews.llvm.org/D125474
More information about the llvm-commits
mailing list