brintos

brintos / llvm-project-archived public Read only

0
0
Text · 520 B · 01aba34 Raw
16 lines · plain
1set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND DynamicLoader)2set_property(DIRECTORY PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES ObjectFile)3set_property(DIRECTORY PROPERTY LLDB_TOLERATED_PLUGIN_DEPENDENCIES4  Process # part of a loop (Process<->DynamicLoader).5  TypeSystem6)7 8add_subdirectory(Darwin-Kernel)9add_subdirectory(FreeBSD-Kernel)10add_subdirectory(MacOSX-DYLD)11add_subdirectory(POSIX-DYLD)12add_subdirectory(Static)13add_subdirectory(Hexagon-DYLD)14add_subdirectory(Windows-DYLD)15add_subdirectory(wasm-DYLD)16