xref: /aosp_15_r20/external/llvm/unittests/Transforms/Utils/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  Support
5  TransformUtils
6  )
7
8add_llvm_unittest(UtilsTests
9  ASanStackFrameLayoutTest.cpp
10  Cloning.cpp
11  IntegerDivision.cpp
12  Local.cpp
13  MemorySSA.cpp
14  ValueMapperTest.cpp
15  )
16