[llvm-commits] [compiler-rt] r173619 - AddCompilerRT.cmake: Try to unbreak since r173617.
Alexey Samsonov
samsonov at google.com
Sun Jan 27 23:28:01 PST 2013
I've submitted one more fix for compiler-rt in r173668.
On Sun, Jan 27, 2013 at 6:12 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:
> Author: chapuni
> Date: Sun Jan 27 08:12:25 2013
> New Revision: 173619
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173619&view=rev
> Log:
> AddCompilerRT.cmake: Try to unbreak since r173617.
>
> Modified:
> compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
>
> Modified: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake?rev=173619&r1=173618&r2=173619&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake (original)
> +++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake Sun Jan 27
> 08:12:25 2013
> @@ -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(
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130128/6c4528fd/attachment.html>
More information about the llvm-commits
mailing list