[llvm] r209387 - MC: formalise some assertions into proper errors

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu May 22 08:45:08 PDT 2014


> --- llvm/trunk/test/MC/COFF/invalid-def.s (added)
> +++ llvm/trunk/test/MC/COFF/invalid-def.s Wed May 21 21:18:10 2014
> @@ -0,0 +1,6 @@
> +# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
> +# REQUIRES: asserts

Why? Isn't the point that we now provide an actual error message
regardless of asserts?

Cheers,
Rafael



More information about the llvm-commits mailing list