Displaying 5 results from an estimated 5 matches for "__hash_table".
2017 Jan 16
4
[RFC 0/2] Propose a new pointer trait.
...tps://github.com/pmem/libcxx) combined with the allocator from
(https://github.com/pmem/nvml).
I will be happy to answer any questions you might have and await your
feedback.
Thanks,
Tom
Tomasz Kapela (2):
pm: change deque typedef
pm: add persistency_type typedef to pointer_traits
include/__hash_table | 20 ++++++++------
include/__tree | 8 +++---
include/deque | 8 +++---
include/list | 7 +++--
include/map | 7 +...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
cmake -E cmake_progress_report llvm-3.8.0.src_bld_x86_64-rhel6.4-linux-gnu/CMakeFiles
In file included from llvm-3.8.0.src/projects/libcxx/include/__hash_table:19:0,
from llvm-3.8.0.src/projects/libcxx/src/hash.cpp:10:
llvm-3.8.0.src/projects/libcxx/include/cmath:310:9: error: '::signbit' has not been declared
using ::signbit;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:311:9: error: '::fpclassify' has not been...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
Greetings!
I have been building llvm-3.6.x, 3.7.1 and 3.7.2 with (glibc-2.12.1, binutils-2.24, gcc-4.9.2) almost same set if CMake flags.
However while building LLVM-3.8.0 using same CMake flags I am observing projects/libcxx/include/cmath errors...
...'::signbit' has not been declared
...'::fpclassify' has not been declared
...'::isfinite' has not been declared
...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...-arm/include/c++/v1/./module.modulemap
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./map
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./complex
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__hash_table
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cfenv
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./codecvt
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cstdio
> -- Installing:
> /hom...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote:
>>
>> I try to build libc++ and libc++abi for host x86_64(linux) and target
>> arm(linux) but fail.
>>
>
> Failing in what way? If this isn't working out of the box, we've done
> something wrong.
Yeah, it would help to know more specifics about where you're getting stuck.
>
> jroelofs might know more...
For