summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2018-09-21 23:01:32 +0000
committerAaron Ballman <aaron@aaronballman.com>2018-09-21 23:01:32 +0000
commitd7e83e73627c84f19b1dc3c2b5859035367356ae (patch)
treefe0b4da837ada516c9d2211044766038f6a2e226
parentdc39f4d8344fc3d44153b85f8e4d14299f8a26e5 (diff)
downloadbcm5719-llvm-d7e83e73627c84f19b1dc3c2b5859035367356ae.tar.gz
bcm5719-llvm-d7e83e73627c84f19b1dc3c2b5859035367356ae.zip
Move individual benchmark targets into the Utils folder in IDEs.
llvm-svn: 342785
-rw-r--r--llvm/cmake/modules/AddLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index e0eef7168f4..91b9543c628 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1140,6 +1140,7 @@ function(add_benchmark benchmark_name)
add_llvm_executable(${benchmark_name} IGNORE_EXTERNALIZE_DEBUGINFO NO_INSTALL_RPATH ${ARGN})
set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR})
set_output_directory(${benchmark_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})
+ set_property(TARGET ${benchmark_name} PROPERTY FOLDER "Utils")
target_link_libraries(${benchmark_name} PRIVATE benchmark)
endfunction()
OpenPOWER on IntegriCloud