[libcxx-commits] [PATCH] D64515: [libcxx] fix cxx-benchmarks target compilation
Afanasyev Ivan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 13 03:20:46 PDT 2019
ivafanas added a comment.
In D64515#1580721 <https://reviews.llvm.org/D64515#1580721>, @ldionne wrote:
> `make cxx-benchmarks` work for me, can you please explain what compiler you're using and exactly how you get the error?
Hi,
I use this:
mkdir cl2
cd cl2
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
mkdir build_release
cd build_release
cmake -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi" -DCMAKE_BUILD_TYPE=Release ../llvm
make cxx-benchmarks
After your question I've re-checked compiler using `make VERBOSE=1 cxx-benchmarks` command and it is `g++ 7.4.0`. It is a bit surprising that the latest clang from sources is not used.
Seems like fix is irrelevant to clang. Sorry for the false report.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64515/new/
https://reviews.llvm.org/D64515
More information about the libcxx-commits
mailing list