Revert r283733 "[ELF] - Do not crash if common symbol alignment set to value greater...
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Oct 2016 10:27:38 +0000 (10:27 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Oct 2016 10:27:38 +0000 (10:27 +0000)
Broke BB because forgot to commit source file.

llvm-svn: 283737

lld/test/ELF/invalid/Inputs/common-symbol-alignment2.elf [deleted file]
lld/test/ELF/invalid/common-symbol-alignment.s

diff --git a/lld/test/ELF/invalid/Inputs/common-symbol-alignment2.elf b/lld/test/ELF/invalid/Inputs/common-symbol-alignment2.elf
deleted file mode 100644 (file)
index 21c2457..0000000
Binary files a/lld/test/ELF/invalid/Inputs/common-symbol-alignment2.elf and /dev/null differ
index 2a654b1..671205f 100644 (file)
@@ -3,10 +3,4 @@
 ## common-symbol-alignment.elf contains common symbol with zero alignment.
 # RUN: not ld.lld %S/Inputs/common-symbol-alignment.elf \
 # RUN:   -o %t 2>&1 | FileCheck %s
-# CHECK: common symbol 'bar' has invalid alignment: 0
-
-## common-symbol-alignment2.elf contains common symbol alignment greater
-## than UINT32_MAX.
-# RUN: not ld.lld %S/Inputs/common-symbol-alignment2.elf \
-# RUN:   -o %t 2>&1 | FileCheck %s --check-prefix=BIG
-# BIG: common symbol 'bar' has invalid alignment: 271644049215
+# CHECK: common symbol 'bar' alignment is 0