Autocompletion support for llvm opt flags

Hi,

I am thinking about having the auto completion for opt, and found the thread discussing about this before.

Are there any new updates for the tool: adding --autocomplete flag?

And are there any plans for auto completion support for opt?

Thanks,

Lin-Ya

Hi, you could look into clang command auto completion. I remember it’s here

http://blog.llvm.org/2017/09/clang-bash-better-auto-completion-is.html?m=1

Regards
Xing