summaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmInfoCOFF.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCAsmInfoCOFF.h')
-rw-r--r--include/llvm/MC/MCAsmInfoCOFF.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAsmInfoCOFF.h b/include/llvm/MC/MCAsmInfoCOFF.h
new file mode 100644
index 0000000..a3ee159
--- /dev/null
+++ b/include/llvm/MC/MCAsmInfoCOFF.h
@@ -0,0 +1,24 @@
+//===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_COFF_TARGET_ASM_INFO_H
+#define LLVM_COFF_TARGET_ASM_INFO_H
+
+#include "llvm/MC/MCAsmInfo.h"
+
+namespace llvm {
+ class MCAsmInfoCOFF : public MCAsmInfo {
+ protected:
+ explicit MCAsmInfoCOFF();
+
+ };
+}
+
+
+#endif // LLVM_COFF_TARGET_ASM_INFO_H
OpenPOWER on IntegriCloud