mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
The check for formatting enum attributes was missing a call to get the base attribute, which is necessary to strip off the top-level OptionalAttr<> wrapper. Differential Revision: https://reviews.llvm.org/D92713