mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
3aabdebde2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
198 B
CMake
14 lines
198 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
Support
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_unittest(UtilsTests
|
|
ASanStackFrameLayoutTest.cpp
|
|
Cloning.cpp
|
|
IntegerDivision.cpp
|
|
Local.cpp
|
|
SpecialCaseList.cpp
|
|
)
|