blob: 14e0c22c45b99d3e56743ceeec24bc3fa1d5ec1d [file] [log] [blame]
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_component_library(LLVMAArch64AsmParser
AArch64AsmParser.cpp
LINK_COMPONENTS
AArch64Desc
AArch64Info
AArch64Utils
MC
MCParser
Support
ADD_TO_COMPONENT
AArch64
)