hans added inline comments.

================
Comment at: lib/CodeGen/CodeGenModule.cpp:463
     // We want function ID tables for Control Flow Guard.
-    getModule().addModuleFlag(llvm::Module::Warning, "cfguard", 1);
+    getModule().addModuleFlag(llvm::Module::Warning, "cfguardtable", 1);
   }
----------------
I'll update the LLVM side before landing this, but I think this name better 
explains what's being emitted.


https://reviews.llvm.org/D50513



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to