mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Previously, we had a loop to iterate over options starting with `--plugin-opt=` and parse them by hand. But we can make OptTable do that job for us. Differential Revision: https://reviews.llvm.org/D47167 llvm-svn: 332935