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

Viktor Kutuzov vkutuzov at accesssoftek.com
Mon Mar 24 09:55:52 PDT 2014


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__) */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3147.1.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140324/9f8e3380/attachment.bin>


More information about the llvm-commits mailing list