[PATCH] D89318: [ASTImporter] Fix crash caused by unset AttributeSpellingListIndex

Dave Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 14 16:12:39 PDT 2020


kastiglione added a comment.

@martong hi, this caused a test regression. In `TestImportBuiltinFileID.py`, this unreachable assertion is hit:

  Ignored/unknown shouldn't get here
  UNREACHABLE executed at tools/clang/include/clang/Sema/AttrSpellingListIndex.inc:13!

See http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/24213/ for more on the failure.

I will revert shortly if you're not available.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89318



More information about the cfe-commits mailing list