1option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF) 2 3add_subdirectory(common) 4 5if (LLDB_BUILD_INTEL_PT) 6 add_subdirectory(intel-pt) 7endif() 8