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

Eric Fiselier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #4 from Eric Fiselier <[email protected]> ---
You need to build libc++abi against a more recent version of the libc++
headers. pull down the libc++ repository somewhere and configure libc++abi
using the CMake option `-DLIBCXXABI_LIBCXX_PATH=path/to/libcxx`.


I'm closing this as WONTFIX. libc++abi closely depends on libc++. I think it is
reasonable to require a recent version of the libc++ *headers* and repository
to build and test (but not use) libc++abi. The resulting installation of
libc++abi should still work with the older versions of libc++.

Please let me know if you have trouble building libc++abi using the
instructions on the libcxxabi.llvm.org webpage.

-- 
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