[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitter
authorRaphael Isemann <teemperor@gmail.com>
Mon, 29 Jul 2019 08:22:41 +0000 (08:22 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 29 Jul 2019 08:22:41 +0000 (08:22 +0000)
commit4e44c77ab3b7b2898319877a9dcc544ac9d460dd
tree46b35cd31afdf0ed52dbb693499f91ceb8babcf8
parent20235ef3e75191f43de330d67ffb74306c8997e0
[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitter

Splitting the different logic is cleaner and we it will be easier
to implement the enum emitting (which otherwise would have to
reimplement the Record parsing).

llvm-svn: 367207
lldb/utils/TableGen/LLDBOptionDefEmitter.cpp