forked from numactl/numactl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow linking with lld by deduplicating symbols
lld appears to be more strict than GNU ld about duplicate exported symbols: it appears that inherited symbols in the export specification from a previous version should not be repeated. This change removes from version 1.2 of the set of exported symbols those symbols which are already included in the set for version 1.1. This allows numactl to be compiled with lld without any errors. Fixes numactl#46
- Loading branch information
Showing
1 changed file
with
0 additions
and
28 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