aboutsummaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingUtil.h
blob: 756b18e7c56d97069b229c1aa08424aa1de45727 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*===- InstrProfilingUtil.h - Support library for PGO instrumentation -----===*\
|*
|*                     The LLVM Compiler Infrastructure
|*
|* This file is distributed under the University of Illinois Open Source
|* License. See LICENSE.TXT for details.
|*
\*===----------------------------------------------------------------------===*/

#ifndef PROFILE_INSTRPROFILINGUTIL_H
#define PROFILE_INSTRPROFILINGUTIL_H

/*! \brief Create a directory tree. */
void __llvm_profile_recursive_mkdir(char *Pathname);

#endif  /* PROFILE_INSTRPROFILINGUTIL_H */