[PATCH] D70606: LLD: CET shadow stack support on Windows
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 21:54:08 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/COFF/cetcompat.test:4
+# $ cl has_cet.c /link /cetcompat
+RUN: llvm-readobj --coff-debug-directory %p/Inputs/has_cet.exe | FileCheck %s
+
----------------
We should avoid a checked-in binary if possible. Can't it be synthesized from a YAML file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70606/new/
https://reviews.llvm.org/D70606
More information about the llvm-commits
mailing list