Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Trace / CMakeLists.txt
blob955f88cec340461863017132a1ccfc1a9e916c0c
1 option(LLDB_BUILD_INTEL_PT "Enable Building of Intel(R) Processor Trace Tool" OFF)
3 add_subdirectory(common)
5 if (LLDB_BUILD_INTEL_PT)
6   add_subdirectory(intel-pt)
7 endif()