[PATCH] D149022: [LLD][COFF] Print object file name for unsupported directives
Alvin Wong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 01:45:26 PDT 2023
alvinhochun added inline comments.
================
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
+
----------------
mstorsjo wrote:
> Curious; why the `--ignore-case` here?
A leftover from another test that I missed. I can remove it when committing.
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