fix(cli): warn user when nm can't be run to verify the symbols inside
the parser being built
(cherry picked from commit 0cdb6bef7b)
This commit is contained in:
parent
f05efbb352
commit
152d2756fc
1 changed files with 5 additions and 0 deletions
|
|
@ -1305,6 +1305,11 @@ impl Loader {
|
|||
}));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
warn!(
|
||||
"Failed to run `nm` to verify symbols in {}",
|
||||
library_path.display()
|
||||
);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue