aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-16 08:44:24 +0000
committerChris Lattner <sabre@nondot.org>2009-12-16 08:44:24 +0000
commitb3649db1022ef464687df135934c6e743e5c5cb8 (patch)
treefd9d7c70df2131f0d3b742bb8532a546aee14342 /lib/Support/CMakeLists.txt
parentdc5138d81fec41f0976806f0303dc15c5425e050 (diff)
downloadexternal_llvm-b3649db1022ef464687df135934c6e743e5c5cb8.zip
external_llvm-b3649db1022ef464687df135934c6e743e5c5cb8.tar.gz
external_llvm-b3649db1022ef464687df135934c6e743e5c5cb8.tar.bz2
now that libsystem no longer uses SmallVector, we can move
SmallVectorBase::grow_pod out of line, finally satisfying PR3758. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index ac736dc..0001aae 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -23,6 +23,7 @@ add_llvm_library(LLVMSupport
Regex.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp
+ SmallVector.cpp
SourceMgr.cpp
Statistic.cpp
StringExtras.cpp