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

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 02:37:36 PDT 2022


chapuni 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
+
----------------
It fails if x86 is not configured.


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