Skip to content

Commit d75bbbd

Browse files
author
Bar Soloveychik
committed
test_fix
1 parent 0627882 commit d75bbbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,16 @@ TEST_F(ObjectFileELFTest, SkipsLocalMappingAndDotLSymbols) {
332332
Address: 0x0000000000601000
333333
AddressAlign: 0x0000000000000004
334334
Content: 2F000000
335+
- Name: .riscv.attributes
336+
Type: SHT_PROGBITS
337+
Flags: [ SHF_ALLOC ]
338+
Address: 0x0000000000610000
339+
AddressAlign: 0x0000000000000004
340+
Content: "00"
335341
Symbols:
336342
- Name: $d
337343
Type: STT_FUNC
338-
Section: .text
344+
Section: .riscv.attributes
339345
Value: 0x0000000000400180
340346
Size: 0x10
341347
Binding: STB_LOCAL

0 commit comments

Comments
 (0)