diff options
Diffstat (limited to 'tools/llvm-cvtres/llvm-cvtres.h')
-rw-r--r-- | tools/llvm-cvtres/llvm-cvtres.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/llvm-cvtres/llvm-cvtres.h b/tools/llvm-cvtres/llvm-cvtres.h new file mode 100644 index 0000000000000..eeaba19690365 --- /dev/null +++ b/tools/llvm-cvtres/llvm-cvtres.h @@ -0,0 +1,13 @@ +//===- llvm-cvtres.h ------------------------------------------ *- C++ --*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef LLVM_TOOLS_LLVMCVTRES_LLVMCVTRES_H +#define LLVM_TOOLS_LLVMCVTRES_LLVMCVTRES_H + +#endif |