[LLVMbugs] [Bug 24194] New: Regression(r242705?): install target doesn't install libc++ headers

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 20 16:58:38 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24194

            Bug ID: 24194
           Summary: Regression(r242705?): install target doesn't install
                    libc++ headers
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Repro:

1. Check out llvm, clang, libcxx
2. Run cmake with -DCMAKE_INSTALL_PREFIX=path/to/some/dir
3. `ninja && ninja install`

Expected:
libcxx headers show up in path/to/some/dir/include/c++/v1

Actual:
They don't.


Probably r242705? Still trying things.

-- 
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/20150720/3bb74c74/attachment.html>


More information about the llvm-bugs mailing list