summaryrefslogtreecommitdiffstats
path: root/libcxx/benchmarks
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-09-07 00:57:26 +0000
committerEric Fiselier <eric@efcs.ca>2016-09-07 00:57:26 +0000
commite9e3377141bb2b3ca777915e852e5d2c0761b472 (patch)
tree765723f311545ce1c5053367cd36a57608626fa3 /libcxx/benchmarks
parentc5d0a5cef1050435e6f760e242f88737344305b8 (diff)
downloadbcm5719-llvm-e9e3377141bb2b3ca777915e852e5d2c0761b472.tar.gz
bcm5719-llvm-e9e3377141bb2b3ca777915e852e5d2c0761b472.zip
Improve CMake output when registering benchmarks
llvm-svn: 280771
Diffstat (limited to 'libcxx/benchmarks')
-rw-r--r--libcxx/benchmarks/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt
index 77df6fa8c7f..673d4bbe3fd 100644
--- a/libcxx/benchmarks/CMakeLists.txt
+++ b/libcxx/benchmarks/CMakeLists.txt
@@ -120,7 +120,7 @@ endmacro()
file(GLOB BENCHMARK_TESTS "*.bench.cpp")
foreach(test_path ${BENCHMARK_TESTS})
get_filename_component(test_file "${test_path}" NAME)
- message(STATUS "-- Adding Benchmark: ${test_file}")
+ message(STATUS "Adding Benchmark: ${test_file}")
string(REPLACE ".bench.cpp" "" test_name "${test_file}")
add_benchmark_test(${test_name} ${test_file})
endforeach()
OpenPOWER on IntegriCloud