Skip to content

Commit

Permalink
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruct…
Browse files Browse the repository at this point in the history
…ion parsing tests. General updating of the code emission.

llvm-svn: 252443
  • Loading branch information
Colin LeMahieu committed Nov 9, 2015
1 parent 3383ccc commit 7cd0892
Show file tree
Hide file tree
Showing 62 changed files with 8,725 additions and 775 deletions.
7 changes: 7 additions & 0 deletions llvm/lib/Target/Hexagon/AsmParser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMHexagonAsmParser
HexagonAsmParser.cpp
)

add_dependencies( LLVMHexagonAsmParser HexagonCommonTableGen )
Loading

0 comments on commit 7cd0892

Please sign in to comment.