[PATCH] D71228: [Commandline] Move Debug options from Debug.cpp to Commandline.cpp

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 09:32:32 PST 2019


serge-sans-paille added a comment.

> This patch moves Debug options into CommandLine.cpp so they are only constructed if parseCommandLineOptions is actually called.

This would be the case if the options were static to the ` parseCommandLineOptions`, but I fail ti understand why current change gives this property. Can you explain me why?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71228/new/

https://reviews.llvm.org/D71228





More information about the llvm-commits mailing list