mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
3242d3bab3
llvm-svn: 262439
16 lines
225 B
CMake
16 lines
225 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
Support
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_unittest(UtilsTests
|
|
ASanStackFrameLayoutTest.cpp
|
|
Cloning.cpp
|
|
IntegerDivision.cpp
|
|
Local.cpp
|
|
MemorySSA.cpp
|
|
ValueMapperTest.cpp
|
|
)
|