diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-04-22 08:46:27 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-04-22 08:46:27 +0000 |
commit | 3eecf73b10aff71621e02e67d21167dee416e78e (patch) | |
tree | 1c2c78e1ddc457e78b38b0eb54e14c8fbcba097f | |
parent | 7b5fa24bcd4b13ab7e428df51eb9692f502ccd2f (diff) | |
download | bcm5719-llvm-3eecf73b10aff71621e02e67d21167dee416e78e.tar.gz bcm5719-llvm-3eecf73b10aff71621e02e67d21167dee416e78e.zip |
[test] Fix MC/ELF/nocompression.s
Unbreak the linux build bots:
http://lab.llvm.org:8011/builders/clang-lld-x86_64-2stage/builds/5165/
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/28775
http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/8227
llvm-svn: 330539
-rw-r--r-- | llvm/test/MC/ELF/nocompression.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s index 1b535fde758..66147b0d7ab 100644 --- a/llvm/test/MC/ELF/nocompression.s +++ b/llvm/test/MC/ELF/nocompression.s @@ -3,4 +3,4 @@ // REQUIRES: nozlib -// CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections +// CHECK: llvm-mc{{[^:]*}}: error: build tools with zlib to enable -compress-debug-sections |