This is an archive of the discontinued LLVM Phabricator instance.

Fix the incorrect detection of ICONV_LIBRARY_PATH
ClosedPublic

Authored by skatkov on Oct 12 2017, 11:01 PM.

Details

Summary

This is introduced in rL308711.
Check for c library is incorrect here just because libc will be found always
and it does not mean that iconv is presented.

Thank to Andrew Krasny for narrowing down the root cause.

Diff Detail

Repository
rL LLVM

Event Timeline

skatkov created this revision.Oct 12 2017, 11:01 PM
ecbeckmann accepted this revision.Oct 13 2017, 5:10 PM
This revision is now accepted and ready to land.Oct 13 2017, 5:10 PM
This revision was automatically updated to reflect the committed changes.