summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h')
-rw-r--r--llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h b/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h
new file mode 100644
index 00000000000..7e0186bbdae
--- /dev/null
+++ b/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h
@@ -0,0 +1,18 @@
+//===-- AVRTargetInfo.h - AVR Target Implementation -------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_AVR_TARGET_INFO_H
+#define LLVM_AVR_TARGET_INFO_H
+
+namespace llvm {
+class Target;
+
+Target &getTheAVRTarget();
+} // namespace llvm
+
+#endif // LLVM_AVR_TARGET_INFO_H
OpenPOWER on IntegriCloud