From: NAKAMURA Takumi Date: Sun, 5 Oct 2014 04:54:41 +0000 (+0000) Subject: [CMake] HexagonTests: Update LINK_COMPONENTS. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4462f60d57fe3685eae0325f3eca358f83ab596b;p=oota-llvm.git [CMake] HexagonTests: Update LINK_COMPONENTS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219072 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/MC/Hexagon/CMakeLists.txt b/unittests/MC/Hexagon/CMakeLists.txt index 15e57ff0348..6d4ee93a891 100644 --- a/unittests/MC/Hexagon/CMakeLists.txt +++ b/unittests/MC/Hexagon/CMakeLists.txt @@ -1,5 +1,9 @@ set(LLVM_LINK_COMPONENTS HexagonCodeGen + HexagonDesc + HexagonInfo + MC + Support ) include_directories (${LLVM_MAIN_SRC_DIR}/lib/Target/Hexagon)