Convert MC command line option for fatal assembler warnings into a
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index f5e897d203d83bb1689c2389d70726bd4eec9430..3d249f93068da6ab59afa2046ecb81a453747c47 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_DARWIN_TARGET_ASM_INFO_H
-#define LLVM_DARWIN_TARGET_ASM_INFO_H
+#ifndef LLVM_MC_MCASMINFODARWIN_H
+#define LLVM_MC_MCASMINFODARWIN_H
 
 #include "llvm/MC/MCAsmInfo.h"
 
 namespace llvm {
-  class GlobalValue;
-  class GlobalVariable;
-  class Type;
-  class Mangler;
-
-  struct MCAsmInfoDarwin : public MCAsmInfo {
-    explicit MCAsmInfoDarwin(bool isLittleEndian);
+  class MCAsmInfoDarwin : public MCAsmInfo {
+    virtual void anchor();
+  public:
+    explicit MCAsmInfoDarwin();
   };
 }
 
 
-#endif // LLVM_DARWIN_TARGET_ASM_INFO_H
+#endif // LLVM_MC_MCASMINFODARWIN_H