[PATCH] Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit mode

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Mar 24 20:18:23 PDT 2014


LGTM.

On 2014 Mar 24, at 09:55, Viktor Kutuzov <vkutuzov at accesssoftek.com> wrote:

> kutuzov.viktor.84 added you to the CC list for the revision "Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit mode".
> 
> Hi nicholas, joerg, dexonsmith,
> 
> It seems recent changes added use of 'uintptr_t' to the sources.
> 
> http://llvm-reviews.chandlerc.com/D3147
> 
> Files:
>  lib/profile/InstrProfiling.h
> 
> Index: lib/profile/InstrProfiling.h
> ===================================================================
> --- lib/profile/InstrProfiling.h
> +++ lib/profile/InstrProfiling.h
> @@ -18,6 +18,7 @@
> #define PRIu64 "llu"
> typedef unsigned int uint32_t;
> typedef unsigned long long uint64_t;
> +typedef uint32_t uintptr_t;
> 
> #else /* defined(__FreeBSD__) && defined(__i386__) */
> <D3147.1.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list