diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingMergeFile.c')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingMergeFile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingMergeFile.c b/compiler-rt/lib/profile/InstrProfilingMergeFile.c index b41f216c311..dc1bc976267 100644 --- a/compiler-rt/lib/profile/InstrProfilingMergeFile.c +++ b/compiler-rt/lib/profile/InstrProfilingMergeFile.c @@ -10,6 +10,8 @@ |* stored in files. \*===----------------------------------------------------------------------===*/ +#if !defined(__Fuchsia__) + #include "InstrProfiling.h" #include "InstrProfilingInternal.h" #include "InstrProfilingUtil.h" @@ -39,3 +41,5 @@ void lprofMergeValueProfData(ValueProfData *SrcValueProfData, VR = getValueProfRecordNext(VR); } } + +#endif |

