From 411afbe321a7a3705a390d405e9e71ab21f71657 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 16 Jul 2012 07:44:45 +0000 Subject: Move the IRBuilder unittest from Support to VMCore. This got missed in the original move of IRBuilder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160249 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'unittests/Support/CMakeLists.txt') diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index ad16e627cf..88596787dd 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -13,7 +13,6 @@ add_llvm_unittest(SupportTests DataExtractorTest.cpp EndianTest.cpp IntegersSubsetTest.cpp - IRBuilderTest.cpp LeakDetectorTest.cpp ManagedStatic.cpp MathExtrasTest.cpp -- cgit v1.2.3