summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-11 23:09:33 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-11 23:09:33 +0000
commitc9c5405b52dd8063c4a2253f1824bcaf519a39ca (patch)
tree0386cf1017885a0b5013754288038671b89370ae /compiler-rt/lib/interception
parentf5525670ad6c5cb9f6e33b28c85589d4df97c4da (diff)
downloadbcm5719-llvm-c9c5405b52dd8063c4a2253f1824bcaf519a39ca.tar.gz
bcm5719-llvm-c9c5405b52dd8063c4a2253f1824bcaf519a39ca.zip
missing modifications for http://reviews.llvm.org/D21952
llvm-svn: 275124
Diffstat (limited to 'compiler-rt/lib/interception')
-rw-r--r--compiler-rt/lib/interception/tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/interception/tests/CMakeLists.txt b/compiler-rt/lib/interception/tests/CMakeLists.txt
index e0ed897062f..bfe41fed2fe 100644
--- a/compiler-rt/lib/interception/tests/CMakeLists.txt
+++ b/compiler-rt/lib/interception/tests/CMakeLists.txt
@@ -62,7 +62,8 @@ include_directories(../..)
macro(add_interceptor_lib library)
add_library(${library} STATIC ${ARGN})
set_target_properties(${library} PROPERTIES
- ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+ ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+ FOLDER "Compiler-RT Runtime tests")
endmacro()
function(get_interception_lib_for_arch arch lib lib_name)
OpenPOWER on IntegriCloud