summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Utils/CMakeLists.txt
blob: 0b0b45583e96a857d55566acdb1bcbbede2f1609 (plain)
1
2
3
4
5
add_llvm_library(LLVMX86Utils
  X86ShuffleDecode.cpp
  )

add_dependencies(LLVMX86Utils X86CommonTableGen)