diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-14 20:44:17 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-14 20:44:17 +0000 |
commit | d84ba34daa734fc2c6c723a0f4bfb626309f314e (patch) | |
tree | 141b1a14484c70dec81afb492cd460541e262ddc | |
parent | 4a18d2f1cce981873498d2f0303d84ef3d7ecbf6 (diff) |
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75677 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 8de0e350b0..ff2483531d 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -11,6 +11,7 @@ add_llvm_library(LLVMSupport ErrorHandling.cpp FileUtilities.cpp FoldingSet.cpp + FormattedStream.cpp GraphWriter.cpp IsInf.cpp IsNAN.cpp |