[PATCH] D67453: Remove the obsolete BlockByRefStruct flag from LLVM IR
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 13:25:57 PDT 2019
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Makes sense, thanks!
================
Comment at: llvm/include/llvm/IR/DebugInfoFlags.def:34
HANDLE_DI_FLAG((1 << 3), AppleBlock)
-HANDLE_DI_FLAG((1 << 4), BlockByrefStruct)
+HANDLE_DI_FLAG((1 << 4), ReservedBit4)
HANDLE_DI_FLAG((1 << 5), Virtual)
----------------
Maybe add a comment here explaining that ReservedBit4 can't be used within DICompositeType?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67453/new/
https://reviews.llvm.org/D67453
More information about the llvm-commits
mailing list