From: NAKAMURA Takumi Date: Tue, 29 Apr 2014 15:52:36 +0000 (+0000) Subject: [CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199354. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d294b68e28de25d8aa65075f4195a111cb045b64;p=oota-llvm.git [CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199354. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207536 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 9e2f60c7b87..bbab2a12b53 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -19,6 +19,7 @@ add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(IR) add_subdirectory(LineEditor) +add_subdirectory(Linker) add_subdirectory(MC) add_subdirectory(Object) add_subdirectory(Option)