[PATCH] D112748: [release] Use the Bootstrapping build for building LLVM releases

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 09:31:09 PST 2021


ldionne added a comment.

In D112748#3179900 <https://reviews.llvm.org/D112748#3179900>, @phosek wrote:

> @ldionne That's going to be a larger change so I'd prefer starting with this one and switching to distribution build as a follow up change.

Ok, sounds good to me. I do have a question for you though -- is there a way to enable `CMAKE_POSITION_INDEPENDENT_CODE=ON` for all targets of the bootstrapping build at once? This is going to be needed once I rebase onto `main`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112748



More information about the llvm-commits mailing list