[PATCH] D149022: [LLD][COFF] Print object file name for unsupported directives

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 23 12:14:05 PDT 2023


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lld/test/COFF/directives-unsupported.s:5
+
+# RUN: not lld-link -dll -out:%t.dll -entry:entry %t.obj -subsystem:console 2>&1 | FileCheck --ignore-case %s
+
----------------
Curious; why the `--ignore-case` here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149022



More information about the llvm-commits mailing list