mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
[CMake] [darwin] Removing a line of debug code that I accidentally committed.
llvm-svn: 249278
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user