summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/CMakeLists.txt
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-04-01 15:50:34 +0000
committerSteve Naroff <snaroff@apple.com>2009-04-01 15:50:34 +0000
commit29cae66bde8b9d1694d85e6fa43fcf5a3ab46e2d (patch)
treef55c931a819fe55561ce0856e74618897f5546a6 /clang/lib/Basic/CMakeLists.txt
parent2e0757f3199f7bb77f59928e210ea0fb1a06256d (diff)
downloadbcm5719-llvm-29cae66bde8b9d1694d85e6fa43fcf5a3ab46e2d.tar.gz
bcm5719-llvm-29cae66bde8b9d1694d85e6fa43fcf5a3ab46e2d.zip
Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.
#ifdef'd out the 5 conversion routines that we don't currently need. Still need a bit more work in GetAddrOfConstantCFString(). Added a FIXME to indicate this. Expect to remove the FIXME today... llvm-svn: 68208
Diffstat (limited to 'clang/lib/Basic/CMakeLists.txt')
-rw-r--r--clang/lib/Basic/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt
index 26568598f61..f6e6ad79ed6 100644
--- a/clang/lib/Basic/CMakeLists.txt
+++ b/clang/lib/Basic/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_NO_RTTI 1)
add_clang_library(clangBasic
+ ConvertUTF.c
Diagnostic.cpp
FileManager.cpp
IdentifierTable.cpp
OpenPOWER on IntegriCloud