-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit error if shared lib is not found
The `check_shared_libraries_closure()` method does not raise an exception if one of the share libraries is not found. As the goals here is to make sure the shared libraries link with appropriate shared libraries, the check should also raise an error if a `not found` message is returned by `lld`. An error is now raised when the `not found` message is raised by one of the shared libraries. Closes #7
- Loading branch information
1 parent
502cad9
commit 515adf4
Showing
2 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters