From Peter Kummel and me: Update the diff to use the new llvm infrastructure.
This commit is contained in:
parent
e974895a60
commit
369cbcc891
@ -7,7 +7,7 @@ Index: tools/CMakeLists.txt
|
||||
add_llvm_external_project(polly)
|
||||
|
||||
+if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cling/CMakeLists.txt )
|
||||
+ add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/cling )
|
||||
+endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cling/CMakeLists.txt )
|
||||
+ add_llvm_external_project( ${CMAKE_CURRENT_SOURCE_DIR}/cling )
|
||||
+endif()
|
||||
+
|
||||
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
|
||||
|
Loading…
Reference in New Issue
Block a user