mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8482c3127e
This adds an (incomplete, inefficient) framework for deciding what to do with some operation on a given type. llvm-svn: 276184
15 lines
180 B
CMake
15 lines
180 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AsmPrinter
|
|
Support
|
|
)
|
|
|
|
set(CodeGenSources
|
|
DIEHashTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(CodeGenTests
|
|
${CodeGenSources}
|
|
)
|
|
|
|
add_subdirectory(GlobalISel)
|