]> git.proxmox.com Git - rustc.git/blame - src/llvm/unittests/Transforms/Utils/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / unittests / Transforms / Utils / CMakeLists.txt
CommitLineData
223e47cc 1set(LLVM_LINK_COMPONENTS
1a4d82fc
JJ
2 Core
3 Support
223e47cc
LB
4 TransformUtils
5 )
6
7add_llvm_unittest(UtilsTests
1a4d82fc 8 ASanStackFrameLayoutTest.cpp
223e47cc
LB
9 Cloning.cpp
10 IntegerDivision.cpp
11 Local.cpp
12 )