[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure we...
[oota-llvm.git] / lib / LTO / CMakeLists.txt
1 add_llvm_library(LLVMLTO
2   LTOModule.cpp
3   LTOCodeGenerator.cpp
4   )
5
6 add_dependencies(LLVMLTO intrinsics_gen)