llvm-mc: Fix build breakage caused by r205050.
When LLVM is not built with zlib, nocompression.s will test for the error message. But this test case will cause breakage because the exit code is non-zero. This commit fix this issue by adding "not" to the command. llvm-svn: 205102
Loading
Please sign in to comment