File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,8 @@ add_subdirectory(DeviceRTL)
458458# Build target agnostic offloading library.
459459add_subdirectory (libomptarget)
460460
461- add_subdirectory (liboffload)
461+ # FIXME: Re-enable once OMPT design allows
462+ # add_subdirectory(liboffload)
462463
463464# Add tests.
464465if (OFFLOAD_INCLUDE_TESTS)
Original file line number Diff line number Diff line change 77
88set (LLVM_TARGET_DEFINITIONS ${CMAKE_CURRENT_SOURCE_DIR} /OffloadAPI.td)
99set (files_to_copy "" )
10+ file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /generated )
1011
1112macro (offload_tablegen file)
1213 tablegen(OFFLOAD generated /${file} .gen ${ARGN} )
Original file line number Diff line number Diff line change 11# The error codes in this header are shared with liboffload, so need to be
22# generated from the same source.
33include (TableGen)
4+ file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /include )
45set (LLVM_TARGET_DEFINITIONS ${CMAKE_CURRENT_SOURCE_DIR} /../../liboffload/API/OffloadAPI.td)
56tablegen(OFFLOAD include /OffloadErrcodes.inc -gen-errcodes -I ${CMAKE_CURRENT_SOURCE_DIR} /../../liboffload/API)
67add_public_tablegen_target(PluginErrcodes)
You can’t perform that action at this time.
0 commit comments