forked from OSchip/llvm-project
a8ea595509
Right now our Properties.inc only generates the initializer for the options list but not the array declaration boilerplate around it. As the array definition is identical for all arrays, we might as well also let the Properties.inc generate it alongside the initializers. Unfortunately we cannot do the same for enums, as there's this magic ePropertyExperimental, which needs to come at the end to be interpreted correctly. Hopefully we can get rid of this in the future and do the same for the property enums. Differential revision: https://reviews.llvm.org/D65353 llvm-svn: 367238 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
LLDBOptionDefEmitter.cpp | ||
LLDBPropertyDefEmitter.cpp | ||
LLDBTableGen.cpp | ||
LLDBTableGenBackends.h |