https://llvm.org/bugs/show_bug.cgi?id=25835
Bug ID: 25835 Summary: check-libcxx Product: libc++ Version: 3.7 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedclangb...@nondot.org Reporter: burk...@rice.edu CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com Classification: Unclassified Afternoon, On Redhat 6.5 uchar.h is in /usr/include/unicode When running "make check-libcxx", there is a failure in the check: The lit test: llvm/projects/libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp fails because it can't find the header uchar.h as an include file. My dirty fix is to append unicode to uchar.h so line becomes: #include <unicode/uchar.h> This passes the test, but I regret that I've not enough knowledge of the entire cmake/lit structure to know where is the best place to add an additional item to the INCLUDE_PATH list such that only the lit test is affected. On the other hand, I guess the PATH may also need to be part of the libcxx header search path for the library. I hope this is enough information for you to pursue addressing this issue. Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs