Home | History | Annotate | Download | only in Utils
      1 set(LLVM_LINK_COMPONENTS
      2   Analysis
      3   Core
      4   Support
      5   TransformUtils
      6   )
      7 
      8 add_llvm_unittest(UtilsTests
      9   ASanStackFrameLayoutTest.cpp
     10   Cloning.cpp
     11   IntegerDivision.cpp
     12   Local.cpp
     13   MemorySSA.cpp
     14   ValueMapperTest.cpp
     15   )
     16