CMakeLists.txt 146 Bytes Raw Blame History Permalink 1 2 3 4 5 option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF) if (LLDB_BUILD_INTEL_PT) add_subdirectory(intel-pt) endif()