mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
better linker tip (#7721)
better error msg Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
9ac64ac140
commit
cf18ab75dd
1 changed files with 1 additions and 1 deletions
|
@ -1458,7 +1458,7 @@ fn surgery_elf_help(
|
|||
}
|
||||
} else {
|
||||
internal_error!(
|
||||
"Undefined Symbol in relocation, {:+x?}: {:+x?} try compiling with --linker legacy",
|
||||
"Undefined Symbol in relocation, {:+x?}: {:+x?}\n\nTIP: try compiling with `--linker legacy`",
|
||||
rel,
|
||||
app_obj.symbol_by_index(index)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue