[PATCH] D132331: [llvm] Mark CFGuard fn ptr symbol as DSO local and add tests for mingw

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 07:21:59 PDT 2022


alvinhochun updated this revision to Diff 454835.
alvinhochun edited the summary of this revision.
alvinhochun added a comment.

Added c++ source to `cfguard-mingw.ll` and removed "Depends on" line from summary.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132331/new/

https://reviews.llvm.org/D132331

Files:
  llvm/lib/Transforms/CFGuard/CFGuard.cpp
  llvm/test/CodeGen/AArch64/cfguard-checks.ll
  llvm/test/CodeGen/AArch64/cfguard-module-flag.ll
  llvm/test/CodeGen/ARM/cfguard-checks.ll
  llvm/test/CodeGen/ARM/cfguard-module-flag.ll
  llvm/test/CodeGen/WinCFGuard/cfguard-cast.ll
  llvm/test/CodeGen/WinCFGuard/cfguard-giats.ll
  llvm/test/CodeGen/WinCFGuard/cfguard-mingw.ll
  llvm/test/CodeGen/X86/cfguard-checks-funclet.ll
  llvm/test/CodeGen/X86/cfguard-checks.ll
  llvm/test/CodeGen/X86/cfguard-module-flag.ll
  llvm/test/CodeGen/X86/cfguard-x86-64-vectorcall.ll
  llvm/test/CodeGen/X86/cfguard-x86-vectorcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132331.454835.patch
Type: text/x-patch
Size: 22215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/8db42300/attachment.bin>


More information about the llvm-commits mailing list