From 29cae66bde8b9d1694d85e6fa43fcf5a3ab46e2d Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Wed, 1 Apr 2009 15:50:34 +0000 Subject: 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 --- clang/lib/Basic/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Basic/CMakeLists.txt') 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 -- cgit v1.2.3