Usually best to use the svn revision of what you're reverting rather than the git hash :)<br><br>-eric<br><br><div>On Mon Jan 06 2014 at 5:53:15 PM, Justin Bogner <<a href="mailto:mail@justinbogner.com">mail@justinbogner.com</a>> wrote:</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: bogner<br>
Date: Mon Jan 6 19:46:49 2014<br>
New Revision: 198657<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=198657&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=198657&view=rev</a><br>
Log:<br>
Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"<br>
<br>
This reverts commit e7778e08878d0c61903205428eeb13<u></u>1db9d11b3c.<br>
<br>
Modified:<br>
compiler-rt/trunk/lib/profile/<u></u>PGOProfiling.c<br>
<br>
Modified: compiler-rt/trunk/lib/profile/<u></u>PGOProfiling.c<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/PGOProfiling.c?rev=198657&r1=198656&r2=198657&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/compiler-rt/trunk/lib/<u></u>profile/PGOProfiling.c?rev=<u></u>198657&r1=198656&r2=198657&<u></u>view=diff</a><br>
==============================<u></u>==============================<u></u>==================<br>
--- compiler-rt/trunk/lib/profile/<u></u>PGOProfiling.c (original)<br>
+++ compiler-rt/trunk/lib/profile/<u></u>PGOProfiling.c Mon Jan 6 19:46:49 2014<br>
@@ -7,13 +7,10 @@<br>
|*<br>
\*===-------------------------<u></u>------------------------------<u></u>---------------===*/<br>
<br>
+#include <inttypes.h><br>
#include <stdio.h><br>
#include <stdlib.h><br>
<br>
-#if !defined(__APPLE__)<br>
-#include <inttypes.h><br>
-#endif<br>
-<br>
#ifndef _MSC_VER<br>
#include <stdint.h><br>
#else<br>
<br>
<br>
______________________________<u></u>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote>