[PATCH] D42592: [COFF] Add minimal support for /guard:cf
    Reid Kleckner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  5 17:37:24 PST 2018
    
    
  
rnk marked 4 inline comments as done.
rnk added inline comments.
================
Comment at: lld/COFF/Writer.cpp:938
+    if (Data.size() % 4 != 0) {
+      warn("ignoring " + C->getSectionName() +
+           " symbol table index section in object " +
----------------
ruiu wrote:
> Likewise, `toString(C)` is probably better.
As discussed, this overload doesn't exist
https://reviews.llvm.org/D42592
    
    
More information about the llvm-commits
mailing list