forked from OSchip/llvm-project
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
This commit is contained in:
parent
8be14f11ce
commit
010ce27c0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue