From 51381d25afc60ae47b6b74823a3a336fcc605f84 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 15 Jul 2009 05:39:55 +0000 Subject: [PATCH] Update CMake file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75746 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 ff2483531d1..5f6dd4c15a5 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -28,6 +28,7 @@ add_llvm_library(LLVMSupport StringMap.cpp StringPool.cpp SystemUtils.cpp + TargetRegistry.cpp Timer.cpp Triple.cpp raw_ostream.cpp -- 2.34.1