[PATCH] D71627: [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 16:29:47 PST 2019


uweigand added a comment.

Can we simply move all the validity checks (arg only valid on SystemZ, or arg only valid in combination with another arg) into  ParseCodeGenArgs in CompilerInvocation.cpp, where the args are initially looked at?


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

https://reviews.llvm.org/D71627





More information about the llvm-commits mailing list