[PATCH] D33753: [libcxxabi] Add back HandleLLVMOptions for out of tree builds
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 4 19:46:55 PDT 2017
martell added a comment.
In https://reviews.llvm.org/D33753#772520, @EricWF wrote:
> Your use case isn't the only use case that exists, far from it.
>
> I don't want to be duplicating LLVM modules we should just be using directly
I think bootstrapping a cross compiler by cross building libc++abi and libc++ is a pretty generic use case.
Pulling in all of LLVM's cmake modules depends on top of libc++abi hinders cmake detection when cross building libc++abi standalone.
You said before that we needed this for the sanitizer.
Do you know why libc++ doesn't need to import this?
Repository:
rL LLVM
https://reviews.llvm.org/D33753
More information about the llvm-commits
mailing list