mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
4462f60d57
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219072 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
279 B
CMake
15 lines
279 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
HexagonCodeGen
|
|
HexagonDesc
|
|
HexagonInfo
|
|
MC
|
|
Support
|
|
)
|
|
|
|
include_directories (${LLVM_MAIN_SRC_DIR}/lib/Target/Hexagon)
|
|
include_directories (${LLVM_BINARY_DIR}/lib/Target/Hexagon)
|
|
|
|
add_llvm_unittest(HexagonTests
|
|
HexagonMCCodeEmitterTest.cpp
|
|
)
|