[flang][OpenMP] Use range-for to iterate over SymbolSourceMap, NFC
[llvm-project.git] / lldb / source / Plugins / SymbolVendor / CMakeLists.txt
blob1981706e06f4aaa8aa7d7a4d595482c8228a86bb
1 add_subdirectory(ELF)
3 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
4   add_subdirectory(MacOSX)
5 endif()
7 add_subdirectory(PECOFF)
8 add_subdirectory(wasm)