MaskRay added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1136
+ if (Opts.XRayTotalFunctionGroups < 1) {
+ const Arg *A = Args.getLastArg(OPT_fxray_function_groups);
+ Diags.Report(diag::err_drv_invalid_value)
----------------
Errors here are not necessary. The driver has reported errors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87953/new/
https://reviews.llvm.org/D87953
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits