Disable building LLVM passes for now. It’s unlikely that anyone actually wants them at the moment, and we should probably remove them at some future date.

main
David Chisnall 10 years ago
parent ef458104dd
commit bd790df7e3

@ -126,7 +126,7 @@ else ()
add_definitions(-DNO_LEGACY) add_definitions(-DNO_LEGACY)
endif () endif ()
find_package(LLVM QUIET) #find_package(LLVM QUIET)
set(DEFAULT_ENABLE_LLVM ${LLVM_FOUND}) set(DEFAULT_ENABLE_LLVM ${LLVM_FOUND})
if (DEFAULT_ENABLE_LLVM) if (DEFAULT_ENABLE_LLVM)
exec_program(llvm-config exec_program(llvm-config

Loading…
Cancel
Save