From 010ce27c0cedce03741cf35fae3776f604b0cebe Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Jun 2015 18:49:12 +0000 Subject: [PATCH] Fix the test to use the correct size. For some reason llvm's r239045 made lld propagate data_1's size. This indicates a bug somewhere in lld. I hesitated between changing the test or just checking in a .o produced with the old llvm-mc. Since the size is now correct, it seemed better to update the test. llvm-svn: 239067 --- lld/test/elf/Mips/got16-micro.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/elf/Mips/got16-micro.test b/lld/test/elf/Mips/got16-micro.test index 54daac701705..d87b98c6acd9 100644 --- a/lld/test/elf/Mips/got16-micro.test +++ b/lld/test/elf/Mips/got16-micro.test @@ -115,7 +115,7 @@ # RAW: SYMBOL TABLE: # RAW: {{[0x0-9a-f]+}} *UND* 00000000 -# RAW: {{[0x0-9a-f]+}} l .data 00000000 data_1 +# RAW: {{[0x0-9a-f]+}} l .data 00001020 data_1 # RAW: {{[0x0-9a-f]+}} l .data 00000001 data_2 # RAW: {{[0x0-9a-f]+}} g F .text 00000004 bar # RAW: {{[0x0-9a-f]+}} g F .text 0000001c main