diff options
Diffstat (limited to 'unittests/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | unittests/Transforms/Utils/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unittests/Transforms/Utils/CMakeLists.txt b/unittests/Transforms/Utils/CMakeLists.txt new file mode 100644 index 0000000000..365bfbb0bf --- /dev/null +++ b/unittests/Transforms/Utils/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS + TransformUtils + ) + +add_llvm_unittest(UtilsTests + Cloning.cpp + Local.cpp + ) |