1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[CMake] HexagonTests: Update LINK_COMPONENTS.

llvm-svn: 219072
This commit is contained in:
NAKAMURA Takumi 2014-10-05 04:54:41 +00:00
parent ad3b39eff9
commit 1b6b088c7b

View File

@ -1,5 +1,9 @@
set(LLVM_LINK_COMPONENTS
HexagonCodeGen
HexagonDesc
HexagonInfo
MC
Support
)
include_directories (${LLVM_MAIN_SRC_DIR}/lib/Target/Hexagon)