[PATCH] D88741: [SystemZ/z/OS] Add utility class for char set conversion.
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 13:39:03 PDT 2021
Kai added a comment.
In D88741#2613823 <https://reviews.llvm.org/D88741#2613823>, @abhina.sreeskantharajan wrote:
> The CI on Windows is failing because it seems that the iconv header exists but the path is unknown. Is it possible to set a variable to Iconv_INCLUDE_DIRS and use that instead of writing out <iconv.h> ? I'm seeing this failure on the CI on my fexec-charset patch as well.
Iconv_INCLUDE_DIRS is now in the header file search path. This hopefully fixes the compile error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88741/new/
https://reviews.llvm.org/D88741
More information about the llvm-commits
mailing list