1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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 72dd52b258
commit 4d8d0356d0

View File

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