summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-10-04 15:48:16 +0000
committerChris Bieneman <beanz@apple.com>2015-10-04 15:48:16 +0000
commitf9d71a54391fe07a2f5b308428fa243a228346aa (patch)
treedec6a6cd072eb11783ff5e51f05764476b459bd1
parent19f517a7d79eb2e8aa10fe00efe995ea0c6be3ef (diff)
downloadbcm5719-llvm-f9d71a54391fe07a2f5b308428fa243a228346aa.tar.gz
bcm5719-llvm-f9d71a54391fe07a2f5b308428fa243a228346aa.zip
[CMake] [darwin] Removing a line of debug code that I accidentally committed.
llvm-svn: 249278
-rw-r--r--compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake b/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
index 9003c3219e7..e35fe556e7e 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
OpenPOWER on IntegriCloud