[PATCH] D133099: [LLD][COFF] Add load config checks to warn if incorrect for CFGuard

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 02:41:18 PDT 2022


mstorsjo added inline comments.


================
Comment at: lld/test/COFF/guard-warnings.s:5
+# RUN: split-file %s %t
+# RUN: llvm-mc -triple x86_64-windows-msvc %t/main.s -filetype=obj -o %t/main.obj
+
----------------
chapuni wrote:
> It fails if x86 is not configured.
Fixed, sorry about that!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133099



More information about the llvm-commits mailing list