[PATCH] D42592: [COFF] Add minimal support for /guard:cf

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 11:59:46 PST 2018


pcc added a reviewer: pcc.
pcc added inline comments.


================
Comment at: lld/COFF/InputFiles.h:191
+  // not linked into the final binary when /guard:cf is set.
+  std::vector<SectionChunk *> GuardFidChunks;
+
----------------
Can there really be more than one `.gfids$y` section? I don't see why that would be needed.


https://reviews.llvm.org/D42592





More information about the llvm-commits mailing list