Minor fix for CMake build system

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2009-05-27 16:52:17 +00:00
parent 1a53cbfb4a
commit 0d09b83a48

View File

@ -26,5 +26,6 @@ add_llvm_library(LLVMSupport
StringPool.cpp
SystemUtils.cpp
Timer.cpp
Triple.cpp
raw_ostream.cpp
)