llvm-project/lldb/utils
Jonas Devlieghere 09c8845adf [lldb]/Tablegen] Use ElementType instead of DefaultValueUnsinged
The fourth field in the property struct is the default unsigned or enum
value for all types, except for Array and Dictionary types. For those,
it is the element type. During the tablegen conversion, this was
incorrectly translated to DefaultValueUnsigned with a value
corresponding to the OptionValue: enum type. So for
OptionValue::eTypeString this became DefaultUnsignedValue<16>. This
patch extends the tablegen backend to understand ElementType to express
this as ElementType<"String">.

Differential revision: https://reviews.llvm.org/D76535
2020-03-20 18:35:13 -07:00
..
TableGen [lldb]/Tablegen] Use ElementType instead of DefaultValueUnsinged 2020-03-20 18:35:13 -07:00
lit-cpuid Do not install lit-cpuid 2019-10-05 08:22:40 +00:00
lldb-dotest [lldb/Utils] Use PYTHON_EXECUTABLE to configure lldb-dotest's shebang 2020-03-15 20:34:17 -07:00
lldb-repro [lldb\utils] Place lldb-repro in a per-configuration directory to support multi-configuration generators 2020-02-06 12:31:57 -08:00
lui [Utils] Add back utils directory 2019-07-23 17:47:08 +00:00
test [Utils] Add back utils directory 2019-07-23 17:47:08 +00:00
CMakeLists.txt [lldb/Util] Add a utility to run transparently capture and replay tests. 2020-01-20 10:30:19 -08:00