This is an archive of the discontinued LLVM Phabricator instance.

openmp: remove duplicate symbol version script entries
ClosedPublic

Authored by emaste on Jul 7 2017, 6:11 AM.

Details

Summary

LLD warns on duplicate entries:

/usr/bin/ld: warning: duplicate symbol '__kmp_get_reduce_method' in version script
/usr/bin/ld: warning: duplicate symbol '__kmp_itt_fini_ittlib' in version script
/usr/bin/ld: warning: duplicate symbol '__kmp_itt_init_ittlib' in version script

Diff Detail

Event Timeline

emaste created this revision.Jul 7 2017, 6:11 AM
emaste added a subscriber: dim.
emaste added a comment.Jul 7 2017, 6:23 AM

As an aside it looks like cmake's omp lib rule has no dependency on the version script / export list file.

This revision is now accepted and ready to land.Jul 7 2017, 6:29 AM
This revision was automatically updated to reflect the committed changes.