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