commit | f7f70019ffa495ad86626322ea5c7f1793a2f53c | [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 | f97e3d2379951b1e1d315a864e54826c85d546d7 [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