[lld] r289284 - Fix a bogus warning.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 14:31:01 PST 2016
Filipe Cabecinhas <filcab at gmail.com> writes:
> Not that it makes a big difference, but does this FileCheck option not work?
> -allow-empty - Allow the input file to be empty.
> This is useful when making
> checks that some error message does
> not occur, for example.
It would probably work, yes.
> (Since you have a -fatal-warnings option on lld, that's arguably
> better in this case, as it's shorter and self-explanatory enough).
But yes, I think fatal-warnings is better.
Cheers,
Rafael
More information about the llvm-commits
mailing list