Skip to content

Commit

Permalink
[Xtensa 6/10] Add Xtensa basic assembler parser
Browse files Browse the repository at this point in the history
Currently parse just described in *.td files Xtensa instructions and operands subsets.

Differential Revision: https://reviews.llvm.org/D64832
  • Loading branch information
Andrei Safronov authored and sstefan1 committed Dec 26, 2022
1 parent 6017209 commit 52ecf02
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 0 deletions.
13 changes: 13 additions & 0 deletions llvm/lib/Target/Xtensa/AsmParser/CMakeLists.txt
@@ -0,0 +1,13 @@
add_llvm_component_library(LLVMXtensaAsmParser
XtensaAsmParser.cpp

LINK_COMPONENTS
MC
MCParser
Support
XtensaDesc
XtensaInfo

ADD_TO_COMPONENT
Xtensa
)

0 comments on commit 52ecf02

Please sign in to comment.