AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
[oota-llvm.git] / lib / Option / CMakeLists.txt
1 add_llvm_library(LLVMOption
2   Arg.cpp
3   ArgList.cpp
4   Option.cpp
5   OptTable.cpp
6   )