1add_llvm_component_library(LLVMAArch64Utils 2 AArch64BaseInfo.cpp 3 AArch64SMEAttributes.cpp 4 5 LINK_COMPONENTS 6 Support 7 Core 8 9 ADD_TO_COMPONENT 10 AArch64 11 ) 12