llvm::ResetAllOptionOccurrences doesn’t reset llvm:
:bits options. Why not?
/Riyaz
llvm::ResetAllOptionOccurrences doesn’t reset llvm:
:bits options. Why not?
/Riyaz
The implementation for cl::bits::setDefault() is missing. You would need to replicate the behavior found in cl::list::setDefault().
Alex.