Add missing header guards.

llvm-svn: 317267
This commit is contained in:
Adrian Prantl 2017-11-02 20:58:58 +00:00
parent b695cd41b3
commit f2593d028f
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@
///
//===----------------------------------------------------------------------===//
#ifndef LLVM_C_DEBUGINFO_H
#define LLVM_C_DEBUGINFO_H
#include "llvm-c/Core.h"
#ifdef __cplusplus
@ -200,3 +203,5 @@ LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line,
#ifdef __cplusplus
} // end extern "C"
#endif
#endif