Issue 89508
Summary [BOLT] Optimized binary has premature terminator entry warning
Labels BOLT
Assignees
Reporter Zentrik
    Optimizing this [binary](https://github.com/Zentrik/temp-binary-store/blob/main/libjulia-internal.so.1.12.0.original?rgh-link-date=2024-04-17T18%3A33%3A58Z) with `-split-functions -update-debug-sections -split-strategy=cdsplit` and this [profile](https://github.com/Zentrik/temp-binary-store/blob/main/libjulia-internal.so.1.12.0-prof.merged.fdata) causes the following warnings to show up:

``` 
$ llvm-dwarfdump --debug-aranges libjulia-internal.so >/dev/null
warning: address range table at offset 0x0 has a premature terminator entry at offset 0x10
warning: address range table at offset 0x0 has a premature terminator entry at offset 0x20
warning: address range table at offset 0x0 has a premature terminator entry at offset 0x30
warning: address range table at offset 0xb20 has a premature terminator entry at offset 0xb30
warning: address range table at offset 0xb20 has a premature terminator entry at offset 0xb40
warning: address range table at offset 0xb20 has a premature terminator entry at offset 0xb50
...
warning: address range table at offset 0x12af0 has a premature terminator entry at offset 0x12f00
warning: address range table at offset 0x13aa0 has a premature terminator entry at offset 0x13d50
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to