On Thu, 14 May 2020 at 03:50, Ray Lischner wrote:
> On 5/13/20 10:09 PM, Richard Smith wrote:
> > On Wed, 6 May 2020 at 09:24, Ray Lischner via cfe-users
> > mailto:cfe-users@lists.llvm.org>> wrote:
> >
> > I am using clang++ 10 with GCC libstdc++ 10 prerelease. I tried
> > compiling the
Hi, I am adapting a pass plugin for opt to the new Pass Manager and
everything is fine but the arguments that this pass requires. The next
line works with the legacy PM and --xxx (or whatever) is understood:
cl::opt OutputFilename("xxx", cl::desc("This is a
parameter"), cl::value_desc("xxx"));
Bu