[PATCH] D132331: [llvm] Mark CFGuard fn ptr symbol as DSO local and add tests for mingw
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 14:03:43 PDT 2022
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/test/CodeGen/WinCFGuard/cfguard-mingw.ll:2
+; RUN: llc < %s -mtriple=x86_64-w64-windows-gnu | FileCheck %s
+; Control Flow Guard is currently only available on Windows
+
----------------
This was generated from some simple sources, right? Please include the C++ sources as a comment here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132331/new/
https://reviews.llvm.org/D132331
More information about the llvm-commits
mailing list