Make header parse standalone. NFC.

llvm-svn: 240814
This commit is contained in:
Benjamin Kramer 2015-06-26 19:04:11 +00:00
parent 572c29afc9
commit 31f6733af1
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
#define LLVM_MC_MCPARSER_MCASMPARSERUTILS_H
namespace llvm {
class MCAsmParser;
class MCExpr;
class MCSymbol;
class StringRef;
namespace MCParserUtils {
/// Parse a value expression and return whether it can be assigned to a symbol