open-power-sdk / migration-advisor

The Migration Advisor helps on moving Linux applications to Power Systems servers. Its locates potential migration problems within a C/C++ project, such as source code that might produce different results when run on Power Systems servers.
Apache License 2.0
9 stars 2 forks source link

Improve search for libclang.so #15

Closed ThinkOpenly closed 4 years ago

ThinkOpenly commented 4 years ago

The glob patterns for finding libclang.so were missing the file at times. Try once again to improve the patterns.

Tested on RHEL7/8, Ubuntu 16/18/20, SLES 15.

Fixes #14

Signed-off-by: Paul A. Clarke pc@us.ibm.com