diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-02-07 21:32:17 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-02-07 21:32:17 +0000 |
commit | fe7c13343cff4b9e3f574c3edc9b02c50f3fa62d (patch) | |
tree | 43c6d80c24faf0ad20d564692fb998345a540b7a | |
parent | 8cde3b4b1e6aee96427d45dca469dc35fb73284c (diff) | |
download | bcm5719-llvm-fe7c13343cff4b9e3f574c3edc9b02c50f3fa62d.tar.gz bcm5719-llvm-fe7c13343cff4b9e3f574c3edc9b02c50f3fa62d.zip |
Make nozlibcompress.c pass and reenable it.
llvm-svn: 260058
-rw-r--r-- | clang/test/Driver/nozlibcompress.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/test/Driver/nozlibcompress.c b/clang/test/Driver/nozlibcompress.c index 0e4775dfced..9986c85d79a 100644 --- a/clang/test/Driver/nozlibcompress.c +++ b/clang/test/Driver/nozlibcompress.c @@ -1,10 +1,6 @@ // RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s -// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --check-prefix=NOWARN %s +// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --allow-empty --check-prefix=NOWARN %s // REQUIRES: nozlib -// FIXME: This test hasn't run until r259976 made REQUIRES: zlib work -- and -// the test has been failing since. Figure out what's up and enable this. -// XFAIL: * - // CHECK: warning: cannot compress debug sections (zlib not installed) // NOWARN-NOT: warning: cannot compress debug sections (zlib not installed) |