aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Utils/CMakeLists.txt
blob: caffd8b378168f3baf58ceefacf8765ee12d4df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMX86Utils
  X86ShuffleDecode.cpp
  )

add_llvm_library_dependencies(LLVMX86Utils
  LLVMCore
  LLVMSupport
  )

add_dependencies(LLVMX86Utils X86CommonTableGen)