[PATCH] D70102: Try to make rG742043047c973999eac7734e53f7872973933f24 not break the ABI for release/9.x
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 16:37:00 PST 2019
akhuang created this revision.
akhuang added a reviewer: tstellar.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70102
Files:
llvm/include/llvm/CodeGen/MachineFunction.h
Index: llvm/include/llvm/CodeGen/MachineFunction.h
===================================================================
--- llvm/include/llvm/CodeGen/MachineFunction.h
+++ llvm/include/llvm/CodeGen/MachineFunction.h
@@ -326,6 +326,10 @@
/// CodeView label annotations.
std::vector<std::pair<MCSymbol *, MDNode *>> CodeViewAnnotations;
+ /// CodeView heapallocsites.
+ std::vector<std::tuple<MCSymbol *, MCSymbol *, const DIType *>>
+ CodeViewHeapAllocSites;
+
bool CallsEHReturn = false;
bool CallsUnwindInit = false;
bool HasEHScopes = false;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70102.228780.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191112/5a7303b8/attachment.bin>
More information about the llvm-commits
mailing list