[VPlan] Perform DT expensive input DT verification earlier (NFC).
[llvm-project.git] / lldb / source / Plugins / SymbolLocator / CMakeLists.txt
blob3367022639ab85fb36fb7949f7569c9aac123a2d
1 # Order matters here: the first symbol locator prevents further searching.
2 # For DWARF binaries that are both stripped and split, the Default plugin
3 # will return the stripped binary when asked for the ObjectFile, which then
4 # prevents an unstripped binary from being requested from the Debuginfod
5 # provider.
6 add_subdirectory(Debuginfod)
7 add_subdirectory(Default)
8 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
9   add_subdirectory(DebugSymbols)
10 endif()