commit | 1f049b24c7e520ecfd2291b7d30eb5abc3aee852 | [log] [tgz] |
---|---|---|
author | Kevin Enderby <enderby@apple.com> | Tue Jul 14 23:21:55 2009 +0000 |
committer | Kevin Enderby <enderby@apple.com> | Tue Jul 14 23:21:55 2009 +0000 |
tree | 3d0ccca57a54fe10e39a2325b3acc214c58ad77a | |
parent | 1f318e00bad8b7499ef14d5732bcbda89243ec89 [diff] [blame] |
Added llvm-mc support for parsing the .include directive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75711 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-mc/AsmParser.h b/tools/llvm-mc/AsmParser.h index 7d75637..1bb7ca2 100644 --- a/tools/llvm-mc/AsmParser.h +++ b/tools/llvm-mc/AsmParser.h
@@ -119,6 +119,7 @@ bool ParseDirectiveDarwinSubsectionsViaSymbols(); bool ParseDirectiveAbort(); // ".abort" + bool ParseDirectiveInclude(); // ".include" }; } // end namespace llvm