[llvm] r330539 - [test] Fix MC/ELF/nocompression.s

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 22 01:46:27 PDT 2018


Author: jdevlieghere
Date: Sun Apr 22 01:46:27 2018
New Revision: 330539

URL: http://llvm.org/viewvc/llvm-project?rev=330539&view=rev
Log:
[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

Modified:
    llvm/trunk/test/MC/ELF/nocompression.s

Modified: llvm/trunk/test/MC/ELF/nocompression.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/nocompression.s?rev=330539&r1=330538&r2=330539&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/nocompression.s (original)
+++ llvm/trunk/test/MC/ELF/nocompression.s Sun Apr 22 01:46:27 2018
@@ -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




More information about the llvm-commits mailing list