search for: __locale

Displaying 5 results from an estimated 5 matches for "__locale".

Did you mean: __local
2013 Nov 12
0
[LLVMdev] __global() naming choice in locale header (FreeBSD -CURRENT)
...ibc++ and clang 3.3), I ran into an issue with the cycles render engine implementation, which apparently defines several OpenCL-specific keywords, such as __global, __local, ... The issue about defining compiler-specific keywords aside, the compilation failed due to an issue in /usr/include/c++/v1/__locale, which defines a private member static locale& __global(); in the locale class (see also http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__locale?revision=193085) The naming of that field, especially in conjunction with OpenCL, might be chosen poorly. In case you need further inf...
2016 Jul 07
3
Configure error on Solaris 10
Hello,    I get the following error while trying to configure an llvm build on Solaris 10-SPARC: CMake Error at projects/libcxx/CMakeLists.txt:268 (message):   C++11 is required but the compiler does not support -std=c++11 However, the error is about a missing header file (llvm/Support/Solaris.h) as reported in build/CMakeFiles/CMakeError.log: Performing C++ SOURCE FILE Test
2018 Aug 03
10
[7.0.0 Release] rc1 has been tagged
Dear testers, 7.0.0-rc1 was just tagged (from the branch at r338847). It's early in the release process, but I'd like to find out what the status is of the branch on our various platforms. Please run the test script, share the results, and upload binaries. Thanks, Hans
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...cripts/out-arm/include/c++/v1/./deque > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cmath > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./thread > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__locale > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./clocale > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cstdlib > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cfloat > -- Installing: > /h...
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