| commit | 0ab0bb91aad5fd880399ab78bc06d7e140e66b84 | [log] [tgz] |
|---|---|---|
| author | Raphael Isemann <teemperor@gmail.com> | Fri Jul 26 11:46:21 2019 +0000 |
| committer | Raphael Isemann <teemperor@gmail.com> | Fri Jul 26 11:46:21 2019 +0000 |
| tree | 6e6a9088e408b02f21ce66112b5d0bbe728b7285 | |
| parent | c229cfeb7a7e8c9fefafac6b8576f8a0aa1dee3a [diff] |
[lldb] Don't dynamically allocate the posix option validator. We dynamically allocate the option validator which means we can't mark this list of OptionDefinitions as constexpr. It's also more complicated than necessary. llvm-svn: 367102