[PATCH] D102514: [LLD][MinGW] Add --fatal-warnings and --no-fatal-warnings flags
Mateusz MikuĊa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 16:22:07 PDT 2021
mati865 marked an inline comment as done.
mati865 added inline comments.
================
Comment at: lld/test/MinGW/driver.test:298
+
+RUN: ld.lld -### -m i386pep foo.o | FileCheck -check-prefix FATAL_WARNINGS %s
+RUN: ld.lld -### -m i386pep foo.o -fatal-warnings | FileCheck -check-prefix FATAL_WARNINGS %s
----------------
mstorsjo wrote:
> This line doesn't seem to match the default indicated both in Options.td and the code (and the CI also seems to conclude that this fails).
I have no idea how that happened, I must have ran tests before saving the file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102514/new/
https://reviews.llvm.org/D102514
More information about the llvm-commits
mailing list