forked from OSchip/llvm-project
3ca520f19f
The CMake dependencies don't properly list the libc++ headers. When a libc++ header is modified the affected benchmarks aren't rebuild. This makes testing benchmarks tricky and may cause accidentally not using the latest modifications during testing. This change causes CMake to determine the proper dependencies. This shouldn't affect the CI build. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D113419 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CartesianBenchmarks.h | ||
ContainerBenchmarks.h | ||
GenerateInput.h | ||
Utilities.h | ||
VariantBenchmarks.h | ||
algorithms.bench.cpp | ||
algorithms.partition_point.bench.cpp | ||
allocation.bench.cpp | ||
deque.bench.cpp | ||
filesystem.bench.cpp | ||
function.bench.cpp | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
map.bench.cpp | ||
ordered_set.bench.cpp | ||
std_format_spec_string_unicode.bench.cpp | ||
string.bench.cpp | ||
stringstream.bench.cpp | ||
to_chars.bench.cpp | ||
unordered_set_operations.bench.cpp | ||
util_smartptr.bench.cpp | ||
variant_visit_1.bench.cpp | ||
variant_visit_2.bench.cpp | ||
variant_visit_3.bench.cpp | ||
vector_operations.bench.cpp |