9 lines
127 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
GlobalISel
CodeGen
)
add_llvm_unittest(GlobalISelTests
LegalizerInfoTest.cpp
)