blob: edbb5f14b4e65107825a4265c7aa849048aa0254 [file] [log] [blame]
option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)
if (LLDB_BUILD_INTEL_PT)
add_subdirectory(intel-pt)
endif()