From: Douglas Gregor Date: Wed, 27 May 2009 16:52:17 +0000 (+0000) Subject: Minor fix for CMake build system X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0d09b83a481ea529f5ed8fe991afbadf01e582e3;p=oota-llvm.git Minor fix for CMake build system git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72480 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index bb3182837f7..7c8ce706b61 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -26,5 +26,6 @@ add_llvm_library(LLVMSupport StringPool.cpp SystemUtils.cpp Timer.cpp + Triple.cpp raw_ostream.cpp )