[compiler-rt] r270179 - Add #include for PS4 getenv shim.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 20:43:40 PDT 2016
Author: silvas
Date: Thu May 19 22:43:39 2016
New Revision: 270179
URL: http://llvm.org/viewvc/llvm-project?rev=270179&view=rev
Log:
Add #include for PS4 getenv shim.
Modified:
compiler-rt/trunk/lib/profile/InstrProfilingValue.c
Modified: compiler-rt/trunk/lib/profile/InstrProfilingValue.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingValue.c?rev=270179&r1=270178&r2=270179&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingValue.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingValue.c Thu May 19 22:43:39 2016
@@ -9,6 +9,7 @@
#include "InstrProfiling.h"
#include "InstrProfilingInternal.h"
+#include "InstrProfilingUtil.h" // For PS4 getenv shim.
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
More information about the llvm-commits
mailing list