mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
full asmparser support for blockaddress. We can now do:
$ llvm-as foo.ll -d -disable-output which reads and prints the .ll file. BC encoding is the next project. Testcase will go in once that works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -576,6 +576,7 @@ lltok::Kind LLLexer::LexIdentifier() {
|
||||
KEYWORD(oge); KEYWORD(ord); KEYWORD(uno); KEYWORD(ueq); KEYWORD(une);
|
||||
|
||||
KEYWORD(x);
|
||||
KEYWORD(blockaddress);
|
||||
#undef KEYWORD
|
||||
|
||||
// Keywords for types.
|
||||
|
Reference in New Issue
Block a user