[compiler-rt] r198657 - Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"

Eric Christopher echristo at gmail.com
Mon Jan 6 17:53:53 PST 2014


Usually best to use the svn revision of what you're reverting rather than
the git hash :)

-eric

On Mon Jan 06 2014 at 5:53:15 PM, Justin Bogner <mail at justinbogner.com>
wrote:

> Author: bogner
> Date: Mon Jan  6 19:46:49 2014
> New Revision: 198657
>
> URL: http://llvm.org/viewvc/llvm-project?rev=198657&view=rev
> Log:
> Revert "Only include inttypes.h on platforms for which PRIu64 isn't in
> stdint.h"
>
> This reverts commit e7778e08878d0c61903205428eeb131db9d11b3c.
>
> Modified:
>     compiler-rt/trunk/lib/profile/PGOProfiling.c
>
> Modified: compiler-rt/trunk/lib/profile/PGOProfiling.c
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/
> profile/PGOProfiling.c?rev=198657&r1=198656&r2=198657&view=diff
> ============================================================
> ==================
> --- compiler-rt/trunk/lib/profile/PGOProfiling.c (original)
> +++ compiler-rt/trunk/lib/profile/PGOProfiling.c Mon Jan  6 19:46:49 2014
> @@ -7,13 +7,10 @@
>  |*
>  \*===-------------------------------------------------------
> ---------------===*/
>
> +#include <inttypes.h>
>  #include <stdio.h>
>  #include <stdlib.h>
>
> -#if !defined(__APPLE__)
> -#include <inttypes.h>
> -#endif
> -
>  #ifndef _MSC_VER
>  #include <stdint.h>
>  #else
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140107/ea1c1703/attachment.html>


More information about the llvm-commits mailing list