diff options
author | Seth Cantrell <seth.cantrell@gmail.com> | 2012-04-17 20:03:03 +0000 |
---|---|---|
committer | Seth Cantrell <seth.cantrell@gmail.com> | 2012-04-17 20:03:03 +0000 |
commit | fdc97cd2c332e5544bd99cefa4070329cc8bf668 (patch) | |
tree | 127008e9d8238c7b7548b9998727366f63afecb3 /lib/Support/CMakeLists.txt | |
parent | b90757078f6c270f0b4138dde10a02bd3b64750f (diff) |
platform support for counting column widths and checking isprint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-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 fbbcf78397..9103327dff 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -32,6 +32,7 @@ add_llvm_library(LLVMSupport IntrusiveRefCntPtr.cpp IsInf.cpp IsNAN.cpp + Locale.cpp LockFileManager.cpp ManagedStatic.cpp MemoryBuffer.cpp |