From 0d09b83a481ea529f5ed8fe991afbadf01e582e3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 27 May 2009 16:52:17 +0000 Subject: [PATCH] Minor fix for CMake build system git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72480 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 )