mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 04:38:37 +00:00
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:
parent
e434b34fa3
commit
163e4768c0
@ -23,7 +23,7 @@ Sections:
|
||||
Flags: [ SHF_WRITE, SHF_ALLOC ]
|
||||
AddressAlign: 1
|
||||
Content: ''
|
||||
Size: 0x80000000
|
||||
Size: 0x1000
|
||||
- Name: .data
|
||||
Type: SHT_PROGBITS
|
||||
Content: ''
|
||||
|
Loading…
Reference in New Issue
Block a user