[libcxx-commits] [PATCH] D110285: [libc++] Use CMake interface targets to setup benchmark flags
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 22 13:09:57 PDT 2021
ldionne created this revision.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This is a re-application of da0592e4c8df <https://reviews.llvm.org/rGda0592e4c8df95efad4e42d63646f8a5336a7edc> which was reverted in
1454018dc1d9 <https://reviews.llvm.org/rG1454018dc1d980940765e2121b26de9bd980ac7f> because it was incompatible with older CMakes.
Instead, disable the benchmarks when CMake is too old to
support those idioms.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110285
Files:
libcxx/benchmarks/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110285.374340.patch
Type: text/x-patch
Size: 5673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210922/61726255/attachment.bin>
More information about the libcxx-commits
mailing list