mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
dc91ae935f
The previous names were both misleading (the MachineLegalizer actually contained the info tables) and inconsistent with the selector & translator (in having a "Machine") prefix. This should make everything sensible again. The only functional change is the name of a couple of command-line options. llvm-svn: 284287
11 lines
168 B
CMake
11 lines
168 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
GlobalISel
|
|
CodeGen
|
|
)
|
|
|
|
if(LLVM_BUILD_GLOBAL_ISEL)
|
|
add_llvm_unittest(GlobalISelTests
|
|
LegalizerInfoTest.cpp
|
|
)
|
|
endif()
|