Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / JITLoader / GDB / JITLoaderGDBProperties.td
blob0493838bc85d70484aa5973626a4dfdd08ad47a9
1 include "../../../../include/lldb/Core/PropertiesBase.td"
3 let Definition = "jitloadergdb" in {
4   def Enable: Property<"enable", "Enum">,
5     Global,
6     DefaultEnumValue<"eEnableJITLoaderGDBDefault">,
7     EnumValues<"OptionEnumValues(g_enable_jit_loader_gdb_enumerators)">,
8     Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;