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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to