You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimizing this binary with -split-functions -update-debug-sections -split-strategy=cdsplit and this profile causes the following warnings to show up:
$ llvm-dwarfdump --debug-aranges libjulia-internal.so >/dev/nullwarning: address range table at offset 0x0 has a premature terminator entry at offset 0x10warning: address range table at offset 0x0 has a premature terminator entry at offset 0x20warning: address range table at offset 0x0 has a premature terminator entry at offset 0x30warning: address range table at offset 0xb20 has a premature terminator entry at offset 0xb30warning: address range table at offset 0xb20 has a premature terminator entry at offset 0xb40warning: 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 0x12f00warning: address range table at offset 0x13aa0 has a premature terminator entry at offset 0x13d50
I tested on 0dcabba and 18.1.4 (e6c3289).
Also adding -skip-funcs=.\*apply_cl.\* as discussed in #89117 didn't help.
The text was updated successfully, but these errors were encountered:
BOLT, but it's a low priority. Also there was sentiment expressed by some in llvm community that this section should be dropped, as it's a duplicate of what's in unit die.
Uh oh!
There was an error while loading. Please reload this page.
Optimizing this binary with
-split-functions -update-debug-sections -split-strategy=cdsplit
and this profile causes the following warnings to show up:I tested on 0dcabba and 18.1.4 (e6c3289).
Also adding
-skip-funcs=.\*apply_cl.\*
as discussed in #89117 didn't help.The text was updated successfully, but these errors were encountered: