search for: cinttyp

Displaying 4 results from an estimated 4 matches for "cinttyp".

Did you mean: inttype
2012 Jun 01
3
[LLVMdev] PRIx64 issue on SLES 11
Hey guys, I'm having trouble with PRIx64 and buddies in the X86 target on SLES 11. After searching, my issue seems like a generic problem with PRI support on different OS's. Here's a decent description of my problem: http://gcc.gnu.org/ml/gcc-help/2006-10/msg00221.html Any suggested methods to correct for <inttypes.h> not having the proper macros defined (besides defining
2016 Jan 30
1
[llvm] r259255 - Need #include <cstdint> for uint64_t
On Fri, Jan 29, 2016 at 6:27 PM, Matthias Braun via llvm-commits < llvm-commits at lists.llvm.org> wrote: > The point I was trying to make here is that all things that DataTypes.h > provides: > intXXX_t, uintXX_t, PRIdXX, INT64_MAX, HUGE_VAL, ssize_t ... > are all part of the C++11 standard and can be found in <cstdint>, <cmath> > (except for ssize_t) so I
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...clude/c++/v1/./__refstring > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./unordered_map > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./exception > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cinttypes > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./limits > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./type_traits > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./forward_list > -- Installi...
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