summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-27 14:12:25 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-27 14:12:25 +0000
commit385bbc15944c27af3464f244d8b76dfb18d9b5d3 (patch)
tree1178451499acf98f46a10980ff96c530cd1b406e /compiler-rt
parent152289ce167152a3a66791a4754674fec5234595 (diff)
downloadbcm5719-llvm-385bbc15944c27af3464f244d8b76dfb18d9b5d3.tar.gz
bcm5719-llvm-385bbc15944c27af3464f244d8b76dfb18d9b5d3.zip
AddCompilerRT.cmake: Try to unbreak since r173617.
llvm-svn: 173619
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/cmake/Modules/AddCompilerRT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/cmake/Modules/AddCompilerRT.cmake b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
index 6c83661b6bd..dbc38c55afe 100644
--- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake
+++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
@@ -113,7 +113,7 @@ set(COMPILER_RT_GTEST_INCLUDE_CFLAGS
# LINK_FLAGS <link flags>)
macro(add_compiler_rt_test test_suite test_name)
parse_arguments(TEST "OBJECTS;DEPS;LINK_FLAGS" "" ${ARGN})
- get_unittest_directory(OUTPUT_DIR)
+ set(OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
file(MAKE_DIRECTORY ${OUTPUT_DIR})
set(output_bin "${OUTPUT_DIR}/${test_name}")
add_custom_command(
OpenPOWER on IntegriCloud