aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-07-15 23:45:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-07-15 23:45:24 +0000
commit38f488e46292e38c776dd6ec3e3a0b8c57952fcb (patch)
treedd83e107fec81df980934614de2beddf8e7f933c /unittests/Support/CMakeLists.txt
parente7cc0ac8860e366306859280c978a984612d805e (diff)
downloadexternal_llvm-38f488e46292e38c776dd6ec3e3a0b8c57952fcb.zip
external_llvm-38f488e46292e38c776dd6ec3e3a0b8c57952fcb.tar.gz
external_llvm-38f488e46292e38c776dd6ec3e3a0b8c57952fcb.tar.bz2
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
the move of *Builder classes into the Core library. No uses of this builder in Clang or DragonEgg I could find. If there is a desire to have an IR-building-support library that contains all of these builders, that can be easily added, but currently it seems likely that these add no real overhead to VMCore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/CMakeLists.txt')
-rw-r--r--unittests/Support/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
index 674da35..ad16e62 100644
--- a/unittests/Support/CMakeLists.txt
+++ b/unittests/Support/CMakeLists.txt
@@ -22,7 +22,6 @@ add_llvm_unittest(SupportTests
RegexTest.cpp
SwapByteOrderTest.cpp
TimeValue.cpp
- TypeBuilderTest.cpp
ValueHandleTest.cpp
YAMLParserTest.cpp
)