Minor fix for CMake build system

llvm-svn: 72480
This commit is contained in:
Douglas Gregor 2009-05-27 16:52:17 +00:00
parent ddcbfe7b53
commit bbcf90f936
1 changed files with 1 additions and 0 deletions

View File

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