From f9d71a54391fe07a2f5b308428fa243a228346aa Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Sun, 4 Oct 2015 15:48:16 +0000 Subject: [PATCH] [CMake] [darwin] Removing a line of debug code that I accidentally committed. llvm-svn: 249278 --- compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake b/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake index 9003c3219e7c..e35fe556e7ed 100644 --- a/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake +++ b/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake @@ -198,7 +198,6 @@ function(darwin_lipo_libs name) add_dependencies(${LIB_PARENT_TARGET} ${name}) install(FILES ${LIB_OUTPUT_DIR}/lib${name}.a DESTINATION ${LIB_INSTALL_DIR}) - message("LIB_INSTALL_DIR: ${LIB_INSTALL_DIR}") endfunction() # Filter out generic versions of routines that are re-implemented in