blob: 94e31159c6bb99b9acad6c6d36a797c3b4fe6ba8 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
GlobalISel
CodeGen
)
if(LLVM_BUILD_GLOBAL_ISEL)
add_llvm_unittest(GlobalISelTests
LegalizerInfoTest.cpp
)
endif()