[llvm-bugs] [Bug 25835] New: check-libcxx

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 15 14:05:05 PST 2015


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: unassignedclangbugs at nondot.org
          Reporter: burkett at rice.edu
                CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151215/f1efe8ae/attachment.html>


More information about the llvm-bugs mailing list