Fix slow test.

yaml2obj command ran by this test took more than 15 seconds to finish
because of extremely large .bss section. Other tests only takes 3 seconds.
Reduce the size to make it faster.

llvm-svn: 226693
This commit is contained in:
Rui Ueyama 2015-01-21 19:15:56 +00:00
parent e434b34fa3
commit 163e4768c0

View File

@ -23,7 +23,7 @@ Sections:
Flags: [ SHF_WRITE, SHF_ALLOC ]
AddressAlign: 1
Content: ''
Size: 0x80000000
Size: 0x1000
- Name: .data
Type: SHT_PROGBITS
Content: ''