[llvm] e601e25 - [test] Update llvm-dwp/X86/nocompress.test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 12:59:04 PDT 2022


Author: Fangrui Song
Date: 2022-09-19T12:58:50-07:00
New Revision: e601e2524458dbe53a4fe5e64e3f1723e3a9ec25

URL: https://github.com/llvm/llvm-project/commit/e601e2524458dbe53a4fe5e64e3f1723e3a9ec25
DIFF: https://github.com/llvm/llvm-project/commit/e601e2524458dbe53a4fe5e64e3f1723e3a9ec25.diff

LOG: [test] Update llvm-dwp/X86/nocompress.test

Added: 
    

Modified: 
    llvm/test/tools/llvm-dwp/X86/nocompress.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-dwp/X86/nocompress.test b/llvm/test/tools/llvm-dwp/X86/nocompress.test
index 995922f22810..29d47db1bed6 100644
--- a/llvm/test/tools/llvm-dwp/X86/nocompress.test
+++ b/llvm/test/tools/llvm-dwp/X86/nocompress.test
@@ -2,7 +2,7 @@
 # RUN: yaml2obj %s -o %t.o
 # RUN: not llvm-dwp %t.o -o /dev/null 2>&1 | FileCheck %s
 
-# CHECK: error: failure while decompressing compressed section: '.debug_{{.*}}.dwo', zlib is not available
+# CHECK: error: failure while decompressing compressed section: '.debug_{{.*}}.dwo', LLVM was not built with LLVM_ENABLE_ZLIB or did not find zlib at build time
 
 --- !ELF
 FileHeader:


        


More information about the llvm-commits mailing list