[PATCH] D54597: [DebugInfo] DISubprogram flags get their own flags word. NFC
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 15 12:41:14 PST 2018
probinson added a comment.
In https://reviews.llvm.org/D54597#1300354, @aprantl wrote:
> Just to make sure I'm reading this correctly: This patch does not change the bitcode format in any way?
That's correct, I intentionally avoided doing that. I plan a follow-up that does change the bitcode format, storing the DISPFlags all in one word instead of scattered as they are now. Then future new flags can be added without affecting bitcode layout.
Repository:
rL LLVM
https://reviews.llvm.org/D54597
More information about the llvm-commits
mailing list