[PATCH] D89072: [CodeView] Emit static data members as S_CONSTANTs.

Amy Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 23 16:27:18 PDT 2020


akhuang marked an inline comment as done.
akhuang added a comment.

Whoops, forgot to check the tests. Apparently `mapEncodedInteger` asserts if a signed APInt is not less than 0. I just removed the assert because it doesn't seem necessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89072



More information about the cfe-commits mailing list