[lld] r285739 - Update for llvm change.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 13:25:28 PDT 2016


Author: rafael
Date: Tue Nov  1 15:25:27 2016
New Revision: 285739

URL: http://llvm.org/viewvc/llvm-project?rev=285739&view=rev
Log:
Update for llvm change.

Modified:
    lld/trunk/test/ELF/invalid/invalid-e_shnum.s

Modified: lld/trunk/test/ELF/invalid/invalid-e_shnum.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/invalid/invalid-e_shnum.s?rev=285739&r1=285738&r2=285739&view=diff
==============================================================================
--- lld/trunk/test/ELF/invalid/invalid-e_shnum.s (original)
+++ lld/trunk/test/ELF/invalid/invalid-e_shnum.s Tue Nov  1 15:25:27 2016
@@ -1,4 +1,4 @@
 ## Spec says that "If a file has no section header table, e_shnum holds the value zero.", though
 ## in this test case it holds non-zero and lld may crash.
 # RUN: not ld.lld %p/Inputs/invalid-e_shnum.elf -o %t2 2>&1 | FileCheck %s
-# CHECK: e_shnum should be zero if a file has no section header table
\ No newline at end of file
+# CHECK: Invalid data was encountered while parsing the file




More information about the llvm-commits mailing list