summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Transforms/Utils/CMakeLists.txt')
-rw-r--r--llvm/unittests/Transforms/Utils/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/unittests/Transforms/Utils/CMakeLists.txt b/llvm/unittests/Transforms/Utils/CMakeLists.txt
index 7b36521f774..13c321b38a1 100644
--- a/llvm/unittests/Transforms/Utils/CMakeLists.txt
+++ b/llvm/unittests/Transforms/Utils/CMakeLists.txt
@@ -8,12 +8,12 @@ set(LLVM_LINK_COMPONENTS
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
- BasicBlockUtils.cpp
- Cloning.cpp
- CodeExtractor.cpp
- FunctionComparator.cpp
- IntegerDivision.cpp
- Local.cpp
- SSAUpdaterBulk.cpp
+ BasicBlockUtilsTest.cpp
+ CloningTest.cpp
+ CodeExtractorTest.cpp
+ FunctionComparatorTest.cpp
+ IntegerDivisionTest.cpp
+ LocalTest.cpp
+ SSAUpdaterBulkTest.cpp
ValueMapperTest.cpp
)
OpenPOWER on IntegriCloud