I tested this changes on my RHEL 6 build.
Details
Details
- Reviewers
ioeric hokein bkramer - Commits
- rGc400b144b3d1: Merging r278949: (excluding the clang-include-fixer.el part)…
rG473da657c720: [Include-fixer] Install executables and support scripts
rCTE278949: [Include-fixer] Install executables and support scripts
rL278949: [Include-fixer] Install executables and support scripts
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, thanks!
include-fixer/find-all-symbols/tool/CMakeLists.txt | ||
---|---|---|
22 ↗ | (On Diff #66414) | I think we can put it in clang-include-fixer as find-all-symbols is a sub-tool of include-fixer. |
include-fixer/find-all-symbols/tool/CMakeLists.txt | ||
---|---|---|
22 ↗ | (On Diff #66414) | In other make files executable name and COMPONENT for scripts are same. Should I add COMPONENT to find-all-symbols executable too? |
Comment Actions
Sorry for the delay. I totally missed it.
include-fixer/find-all-symbols/tool/CMakeLists.txt | ||
---|---|---|
22 ↗ | (On Diff #66414) | My previous comment is just my personal preference, not a strong opinion. The patch is good enough now, feel free to submit it. Keeping the find-all-symbols executable binary in RUNTIME DESTINATION bin is fine. |