Don't include llvm directories
There aren't any llvm includes here.
Change-Id: Ifce797c50bde772845923b1054fadd4173b3119a
[ROCm/clr commit: 4d1cbcba4e]
Este commit está contenido en:
cometido por
Matthew Arsenault
padre
88c3f77bed
commit
4eacd3d38c
@@ -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)
|
||||
|
||||
Referencia en una nueva incidencia
Block a user