OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
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   )