mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
Add the test cases I overlooked, part of the original commit, http://reviews.llvm.org/D5523 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219016 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
236 B
CMake
11 lines
236 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
HexagonCodeGen
|
|
)
|
|
|
|
include_directories (${LLVM_MAIN_SRC_DIR}/lib/Target/Hexagon)
|
|
include_directories (${LLVM_BINARY_DIR}/lib/Target/Hexagon)
|
|
|
|
add_llvm_unittest(HexagonTests
|
|
HexagonMCCodeEmitterTest.cpp
|
|
)
|