[llvm-bugs] [Bug 27950] LIBCXXABI_GCC_TOOLCHAIN is not used during configuration
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jun 1 19:39:30 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27950
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Eric Fiselier <eric at efcs.ca> ---
OK I fixed the following variables in each of libc++, libc++abi and libunwind:
* `<PROJECT>_BUILD_32_BITS`
* `<PROJECT>_TARGET_TRIPLE`
* `<PROJECT>_SYSROOT`
* `<PROJECT>_GCC_TOOLCHAIN`
so that they get used by `config-ix.cmake`.
The relevant commits:
[libcxx] r271460.
[libcxxabi] r271470.
[libunwind] r271458 and r271466.
--
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/20160602/4b53d06b/attachment-0001.html>
More information about the llvm-bugs
mailing list