]> granicus.if.org Git - llvm/commit
Fix the incorrect detection of ICONV_LIBRARY_PATH
authorSerguei Katkov <serguei.katkov@azul.com>
Wed, 18 Oct 2017 06:26:39 +0000 (06:26 +0000)
committerSerguei Katkov <serguei.katkov@azul.com>
Wed, 18 Oct 2017 06:26:39 +0000 (06:26 +0000)
commiteb8a5a38be5e1113b3b8960da1cc39f025b6189f
treed28e60b5a7bfa48e40e1857e27d5235a59ca8cad
parentf50103299d5240fdb64948c9a79f4b7d20e270ea
Fix the incorrect detection of ICONV_LIBRARY_PATH

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.

Reviewers: ecbeckmann
Reviewed By: ecbeckmann
Subscribers: mgorny, llvm-commits
Differential Revision: https://reviews.llvm.org/D38875

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316064 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake