summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/cmake/modules/AddLLVM.cmake')
-rwxr-xr-xllvm/cmake/modules/AddLLVM.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 88e993f5e53..388208b6a8a 100755
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -35,9 +35,6 @@ macro(add_llvm_library name)
target_link_libraries(${name} ${lib_deps})
endmacro(add_llvm_library name)
-macro(add_llvm_library_dependencies name)
-endmacro(add_llvm_library_dependencies name)
-
macro(add_llvm_loadable_module name)
if( NOT LLVM_ON_UNIX OR CYGWIN )
message(STATUS "Loadable modules not supported on this platform.
OpenPOWER on IntegriCloud