[PATCH] D74470: Seperated DIBasicType DIFlags to DIBTFlags.
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 03:19:19 PST 2020
djtodoro added a comment.
We can use one, currently unused, flag indicating the flags are moved. But, I would move more flags in that case (such as function-related flags that should go into the `DISPFlags`), not just the two.
We should handle old **and** new metadata within `MetadataLoader`, please take a look how that was done here: D59288 <https://reviews.llvm.org/D59288>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74470/new/
https://reviews.llvm.org/D74470
More information about the llvm-commits
mailing list