[PATCH] D40531: Emit function IDs table for Control Flow Guard
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 15:36:09 PST 2017
amccarth updated this revision to Diff 125236.
amccarth marked an inline comment as done.
amccarth added a comment.
Addressed most review comments.
Added .symidx directed. (Still needs test.)
Revised the tests to include a virtual method to make sure those also get
added to the Control Flow Guard IDs table.
https://reviews.llvm.org/D40531
Files:
clang/include/clang/Driver/CLCompatOptions.td
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/cfguard.cpp
llvm/include/llvm/MC/MCObjectFileInfo.h
llvm/include/llvm/MC/MCStreamer.h
llvm/include/llvm/MC/MCWinCOFFStreamer.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h
llvm/lib/MC/MCAsmStreamer.cpp
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/lib/MC/MCParser/COFFAsmParser.cpp
llvm/lib/MC/MCStreamer.cpp
llvm/lib/MC/MCWinCOFFStreamer.cpp
llvm/test/CodeGen/WinCFGuard/cfguard.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40531.125236.patch
Type: text/x-patch
Size: 27738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/781893b5/attachment.bin>
More information about the llvm-commits
mailing list