[libcxx-commits] [PATCH] D66610: [libc++] ECMAScript IdentityEscape is ambiguous (2584)
David Zarzycki via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 9 17:33:10 PDT 2020
davezarzycki added a comment.
In D66610#2028359 <https://reviews.llvm.org/D66610#2028359>, @zoecarver wrote:
> @davezarzycki what's the configuration flag to get filecheck / lld to use the just-built libcxx? I thought it would be `LLVM_ENABLE_LIBCXX` but that doesn't appear to work.
I don't know of such a flag. My two stage setup actually installs the first stage and then uses the first stage to compile/test the second stage.
Also and for what it's worth, "just built" doesn't really make sense for libcxx since so much of the standard C++ library is at compile time. If you want to avoid two stages and use the latest libcxx, that would require some kind of build flag to override the system C++ headers and use the ones it the git checkout.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66610/new/
https://reviews.llvm.org/D66610
More information about the libcxx-commits
mailing list