forked from OSchip/llvm-project
parent
c5c730b0e0
commit
930f73a0dd
|
@ -374,8 +374,8 @@ private:
|
|||
void initializeDirectiveKindMapping();
|
||||
};
|
||||
|
||||
/// \brief Generic implementations of directive handling, etc. which is shared
|
||||
/// (or the default, at least) for all assembler parser.
|
||||
/// \brief Generic implementation of directive handling, etc. which is shared
|
||||
/// (or the default, at least) for all assembler parsers.
|
||||
class GenericAsmParser : public MCAsmParserExtension {
|
||||
template<bool (GenericAsmParser::*Handler)(StringRef, SMLoc)>
|
||||
void AddDirectiveHandler(StringRef Directive) {
|
||||
|
|
Loading…
Reference in New Issue