[lld] r289284 - Fix a bogus warning.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 14:50:45 PST 2016
David Blaikie <dblaikie at gmail.com> writes:
> A test that is "does not crash/error/warn" is sometimes a bit vague -
> could/should you test that the output is as expected in this case?
The expected output is empty, which FileCheck is not good at
checking. That is why the test uses --fatal-warnings.
Cheers,
Rafael
More information about the llvm-commits
mailing list