[llvm-bugs] [Bug 27959] New: Inconsistency in selection of 32/64 bit mode with libc++
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 31 17:52:47 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27959
Bug ID: 27959
Summary: Inconsistency in selection of 32/64 bit mode with
libc++
Product: libc++abi
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: eugene.zelenko at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
libc++ use LIBCXX_BUILD_32_BITS variable to choose between 32/64 bit builds,
while libc++-abi and libunwind use CMAKE_C_FLAGS/CMAKE_CXX_FLAGS.
PS
I build libc++/libc++-abi/libunwind separately from LLVM/Clang/etc in both 32
and 64 bit modes to be similar to GCC STL.
--
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/20160601/625e8708/attachment.html>
More information about the llvm-bugs
mailing list