MaskRay accepted this revision.
MaskRay added a comment.

Thanks  for improving the documentation. I occasionally see folks (and two 
today!) puzzled by LLVM_ENABLE_RUNTIMES and this patch should help them.

Personally I use the `-S -B` style (actually `-H`, but now I see that `-S` is 
documented I will switch).
I sometimes twiddle with a cmake file and spawn multiple builds.
Not changing the work directory makes my commands simpler, but I do see 
@Quuxplusone's point about `-DCMAKE_INSTALL_PREFIX=$(pwd)/install`.

I rarely use `CMAKE_INSTALL_PREFIX`. When I need it, I accept the slight 
inconvenience of duplicating the build directory twice for `-B` and 
`-DCMAKE_INSTALL_PREFIX`.

I have read the updated and they look good to me, but happy if we switch to 
@Quuxplusone's style.
I passes the link to some folks and hope that fresh eyes with less 
LLVM_ENABLE_RUNTIMES experience can make suggestions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119351/new/

https://reviews.llvm.org/D119351

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH... Louis Dionne via Phabricator via cfe-commits
    • [... Rafael Auler via Phabricator via cfe-commits
    • [... Arthur O'Dwyer via Phabricator via cfe-commits
    • [... Fangrui Song via Phabricator via cfe-commits
    • [... Shilei Tian via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits
    • [... Arthur O'Dwyer via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits
    • [... Arfrever Frehtes Taifersar Arahesis via Phabricator via cfe-commits
    • [... Louis Dionne via Phabricator via cfe-commits

Reply via email to