aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmLexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved InstallLexer() from the X86-specific AsmLexerSean Callanan2010-01-311-1/+1
| | | | | | | | | to the TargetAsmLexer class so that clients can actually use the TargetAsmLexer they get from a Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94940 91177308-0d34-0410-b5e6-96231b3b80d8
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-221-0/+14
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94125 91177308-0d34-0410-b5e6-96231b3b80d8