Don't include llvm directories
There aren't any llvm includes here. Change-Id: Ifce797c50bde772845923b1054fadd4173b3119a
This commit is contained in:
zatwierdzone przez
Matthew Arsenault
rodzic
dc4e09a63a
commit
4d1cbcba4e
@@ -92,10 +92,6 @@ if(DEV_LOG_ENABLE MATCHES "yes")
|
||||
add_definitions(-DDEV_LOG_ENABLE)
|
||||
endif()
|
||||
|
||||
if (DEFINED LLVM_INCLUDES AND NOT ${LLVM_INCLUDES} STREQUAL "")
|
||||
include_directories(${LLVM_INCLUDES})
|
||||
endif() # if (DEFINED LLVM_INCLUDES AND NOT ${LLVM_INCLUDES} STREQUAL "")
|
||||
|
||||
option(BUILD_PAL "Build PAL backend" OFF)
|
||||
if (BUILD_PAL)
|
||||
add_subdirectory(device/pal)
|
||||
|
||||
Reference in New Issue
Block a user