ARM: support .watchos_version_min and .tvos_version_min.
[oota-llvm.git] / include / llvm / MC / MCParser / MCAsmParserExtension.h
index 077fd21e073ce15d38b199a04de97f793d3d5713..30b25dcfdaec8d604b5495c86046ae3322a9d91d 100644 (file)
@@ -71,6 +71,9 @@ public:
   bool Error(SMLoc L, const Twine &Msg) {
     return getParser().Error(L, Msg);
   }
+  void Note(SMLoc L, const Twine &Msg) {
+    getParser().Note(L, Msg);
+  }
   bool TokError(const Twine &Msg) {
     return getParser().TokError(Msg);
   }