https://github.com/vhscampos closed
https://github.com/llvm/llvm-project/pull/122903
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vhscampos wrote:
This has been redone to use raw pointers instead, as shared_ptr apparently
don't work well in the Clang driver due to custom allocators.
Functionally it's exactly the same patch.
https://github.com/llvm/llvm-project/pull/122903
___
c
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Victor Campos (vhscampos)
Changes
This patch is the first step to extend the current multilib system to support
the selection of library variants which do not correspond to existing
command-line options.
Proposal can be found in
https://
https://github.com/vhscampos created
https://github.com/llvm/llvm-project/pull/122903
This patch is the first step to extend the current multilib system to support
the selection of library variants which do not correspond to existing
command-line options.
Proposal can be found in
https://disc