Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « AArch64 « Target « lib « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9b07d73eda83a0fef2dadc36bb0a06e1c8d5d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  BOLTCore
  MC
  Object
  Support
  ${LLVM_TARGETS_TO_BUILD}
  )

add_llvm_library(LLVMBOLTTargetAArch64
  AArch64MCPlusBuilder.cpp

  DEPENDS
  intrinsics_gen
  AArch64CommonTableGen
  )

include_directories(${LLVM_MAIN_SRC_DIR}/lib/Target/AArch64 ${LLVM_BINARY_DIR}/lib/Target/AArch64)