forked from OSchip/llvm-project
parent
572c29afc9
commit
31f6733af1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue