You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/benchmarks
Louis Dionne d265021834 [libc++] Make sure we link all system libraries into the benchmarks
It turns out that r374056 broke _some_ build bots again, specifically
the ones using sanitizers. Instead of trying to link the right system
libraries to the benchmarks bit-by-bit, let's just link exactly the
system libraries that libc++ itself needs.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@374079 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
CMakeLists.txt [libc++] Make sure we link all system libraries into the benchmarks 5 years ago
CartesianBenchmarks.h libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
ContainerBenchmarks.h libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
GenerateInput.h libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
Utilities.h libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
algorithms.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
algorithms.partition_point.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
allocation.bench.cpp Add benchmarks to test the cost of allocator 5 years ago
deque.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
filesystem.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
function.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
lit.cfg.py Rename cxx-benchmark-unittests target and convert to LIT. 6 years ago
lit.site.cfg.py.in Rename cxx-benchmark-unittests target and convert to LIT. 6 years ago
ordered_set.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
string.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
stringstream.bench.cpp Add test macros for always_inline and noinline 6 years ago
unordered_set_operations.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago
util_smartptr.bench.cpp Update more file headers across all of the LLVM projects in the monorepo 6 years ago
vector_operations.bench.cpp libcxx: Rename .hpp files in libcxx/benchmarks to .h 5 years ago