summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-30 12:05:05 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-30 12:05:05 +0000
commitb311f4e84ab64d71d38ee9af0ad2d7911cb6d1ee (patch)
tree98e17c262a0d1e088849be6d8cff7ad0bc9fab4a /llvm/lib/Support/CMakeLists.txt
parent23d23953b347eae7f4b0c797a032d4443a2b978a (diff)
downloadbcm5719-llvm-b311f4e84ab64d71d38ee9af0ad2d7911cb6d1ee.tar.gz
bcm5719-llvm-b311f4e84ab64d71d38ee9af0ad2d7911cb6d1ee.zip
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
This is required to use them in TableGen. llvm-svn: 173923
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r--llvm/lib/Support/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index f294a175e71..5ba69fc3c8c 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -8,6 +8,8 @@ add_llvm_library(LLVMSupport
circular_raw_ostream.cpp
CommandLine.cpp
ConstantRange.cpp
+ ConvertUTF.c
+ ConvertUTFWrapper.cpp
CrashRecoveryContext.cpp
DataExtractor.cpp
DataStream.cpp
OpenPOWER on IntegriCloud