[libcxx-commits] [PATCH] D103973: [libc++abi] Remove the LIBCXXABI_ENABLE_PIC option

Sam Clegg via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 9 10:25:48 PDT 2021


sbc100 added a comment.

wasm-ld has since been improved so its now possible to link PIC objects into static binaries.    This means this is way less of an issue for WebAssembly these days.   Plus I no longer maintain the toolchain that was using these CMake files to build libc++abi.

So I think I fine with removing this option, especially in light the "Runtimes" build which IIUC any modern toolchain builders should be using anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103973



More information about the libcxx-commits mailing list