[InstCombine] Signed saturation patterns
[llvm-core.git] / tools / opt-viewer / CMakeLists.txt
blobead73ec13a8f5d7e66d3cce11ba3c9603ec1d39e
1 set (files
2   "opt-diff.py"
3   "opt-stats.py"
4   "opt-viewer.py"
5   "optpmap.py"
6   "optrecord.py"
7   "style.css")
9 foreach (file ${files})
10   install(PROGRAMS ${file}
11     DESTINATION share/opt-viewer
12     COMPONENT opt-viewer)
13 endforeach (file)
15 add_custom_target(opt-viewer DEPENDS ${files})
16 if(NOT LLVM_ENABLE_IDE)
17   add_llvm_install_targets("install-opt-viewer"
18                            DEPENDS opt-viewer
19                            COMPONENT opt-viewer)
20 endif()