[compiler-rt] r249278 - [CMake] [darwin] Removing a line of debug code that I accidentally committed.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 08:48:16 PDT 2015


Author: cbieneman
Date: Sun Oct  4 10:48:16 2015
New Revision: 249278

URL: http://llvm.org/viewvc/llvm-project?rev=249278&view=rev
Log:
[CMake] [darwin] Removing a line of debug code that I accidentally committed.

Modified:
    compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake

Modified: compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake?rev=249278&r1=249277&r2=249278&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake Sun Oct  4 10:48:16 2015
@@ -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




More information about the llvm-commits mailing list