[PATCH] D54755: [DebugInfo] IR/Bitcode changes for DISubprogram flags

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 10:23:06 PST 2018


probinson added a comment.

In D54755#1311897 <https://reviews.llvm.org/D54755#1311897>, @dexonsmith wrote:

> Nice!


Thanks--by clever choice of where to place the new field, it was possible to minimize the variants.  I'm not super happy about having to track two different offsets, but it's not much worse than the old code.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54755





More information about the llvm-commits mailing list