1 1.1 joerg /*===- InstrProfilingUtil.h - Support library for PGO instrumentation -----===*\ 2 1.1 joerg |* 3 1.1 joerg |* The LLVM Compiler Infrastructure 4 1.1 joerg |* 5 1.1 joerg |* This file is distributed under the University of Illinois Open Source 6 1.1 joerg |* License. See LICENSE.TXT for details. 7 1.1 joerg |* 8 1.1 joerg \*===----------------------------------------------------------------------===*/ 9 1.1 joerg 10 1.1 joerg #ifndef PROFILE_INSTRPROFILINGUTIL_H 11 1.1 joerg #define PROFILE_INSTRPROFILINGUTIL_H 12 1.1 joerg 13 1.1 joerg /*! \brief Create a directory tree. */ 14 1.1 joerg void __llvm_profile_recursive_mkdir(char *Pathname); 15 1.1 joerg 16 1.1 joerg #endif /* PROFILE_INSTRPROFILINGUTIL_H */ 17