Only shared library should be installed when LLVM_INSTALL_TOOLCHAIN_ONLY=ON.
I'd like to remove empty autoconf directory in same commit.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Differential D21543
[polly] Respect LLVM_INSTALL_TOOLCHAIN_ONLY Eugene.Zelenko on Jun 20 2016, 6:06 PM. Authored by
Details Only shared library should be installed when LLVM_INSTALL_TOOLCHAIN_ONLY=ON. I'd like to remove empty autoconf directory in same commit. I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineComment Actions Hi Eugene, this patch LGTM, but please remove the autoconf directory in a separate commit. Both issues are independent and consequently should be addressed with independent commits. If you have commit rights, feel free to go ahead. Comment Actions Does this mean you do not plan to drop the autoconf directory any more? What was the reason you decided against it? From my perspective you can drop it without further review. The only thing I asked for to use different commits. I hope this did not discourage you. Comment Actions Problem that removing autoconf directory require to commit ., and this conflicts with uncommitted D21488. Comment Actions OK. So this seems to mostly be a shortcoming of the version control system. As the change is trivial and committing it seems to cause complications on your side, I just committed this myself in r273338. Thanks for reporting the leftover directory. Best, PS: It seems you are still using svn. You might want consider the use of 'git', which makes working with patches a lot easier. This comes often handy when addressing review comments and working with more than one patch at a time. Comment Actions Thank you for suggestion! Actually I tried to use git for Include What You Use, but SubVersion is still easier for me because of past CVS background. |