[PATCH] D147267: [NFC][DebugInfo] Make Descriptions constexpr

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 13:48:32 PDT 2023


scott.linder created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
scott.linder requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

All of the compilers we support for building LLVM should be able to
build a constexpr set of Descriptions in
DebugInfo/DWARF/DWARFExpression.h, so remove the FIXME and implement it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147267

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147267.509801.patch
Type: text/x-patch
Size: 11034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/b28c1275/attachment.bin>


More information about the llvm-commits mailing list