diff options
author | Eric Fiselier <eric@efcs.ca> | 2019-08-02 21:13:38 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2019-08-02 21:13:38 +0000 |
commit | c4952da40109ad73cb50225cdd28a55161c64111 (patch) | |
tree | 88126c79a86558c699eddf1372f6ba5bfe5da1ed /libcxx/benchmarks/CMakeLists.txt | |
parent | 794f7591ecaa38c32a2452c870a8e7b3e1506191 (diff) | |
download | bcm5719-llvm-c4952da40109ad73cb50225cdd28a55161c64111.tar.gz bcm5719-llvm-c4952da40109ad73cb50225cdd28a55161c64111.zip |
Add benchmarks to test the cost of allocator
llvm-svn: 367722
Diffstat (limited to 'libcxx/benchmarks/CMakeLists.txt')
-rw-r--r-- | libcxx/benchmarks/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt index 906ffa44142..d80cb1af03a 100644 --- a/libcxx/benchmarks/CMakeLists.txt +++ b/libcxx/benchmarks/CMakeLists.txt @@ -84,6 +84,7 @@ endif() set(BENCHMARK_TEST_COMPILE_FLAGS ${BENCHMARK_DIALECT_FLAG} -O2 + -fsized-deallocation -I${BENCHMARK_LIBCXX_INSTALL}/include -I${LIBCXX_SOURCE_DIR}/test/support ) @@ -219,3 +220,4 @@ if (LIBCXX_INCLUDE_TESTS) DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS} ARGS ${BENCHMARK_LIT_ARGS}) endif() + |