Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb] Don't double emit option groups
We currently emit the option groups twice if Groups<[1,2,3]> is used in the tablegen. This leads to compilation errors. This patch just removes the line that accidentially emits the option group a second time. llvm-svn: 366414
- Loading branch information