llvm-project/llvm/unittests/Target/ARM/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
264 B
CMake
Raw Normal View History

include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/ARM
${LLVM_BINARY_DIR}/lib/Target/ARM
)
set(LLVM_LINK_COMPONENTS
ARMCodeGen
ARMDesc
ARMInfo
CodeGen
MC
SelectionDAG
Support
Target
)
add_llvm_unittest(ARMTests
MachineInstrTest.cpp
)