[PATCH] D127408: [clang][driver] Introduce new -fdriver-only flag

2022-06-13 Thread Jan Svoboda via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc12577c61dbf: [clang][driver] Introduce new -fdriver-only flag (authored by jansvoboda11). Changed prior to commit: https://reviews.llvm.org/D127408?vs=435569&id=436342#toc Repository: rG LLVM Github

[PATCH] D127408: [clang][driver] Introduce new -fdriver-only flag

2022-06-10 Thread Duncan P. N. Exon Smith via Phabricator via cfe-commits
dexonsmith accepted this revision. dexonsmith added a comment. LGTM with a minor comment on the test. Comment at: clang/test/Driver/driver-only.c:13 + +// Check that -fdriver-only respects -v. +// Should there be a `-check-epmty` or similar when `-v` is not pas

[PATCH] D127408: [clang][driver] Introduce new -fdriver-only flag

2022-06-10 Thread Egor Zhdan via Phabricator via cfe-commits
egorzhdan accepted this revision. egorzhdan added a comment. This revision is now accepted and ready to land. LGTM! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127408/new/ https://reviews.llvm.org/D127408

[PATCH] D127408: [clang][driver] Introduce new -fdriver-only flag

2022-06-09 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 created this revision. jansvoboda11 added reviewers: dexonsmith, egorzhdan. Herald added a project: All. jansvoboda11 requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. This patch introduces the new -fdriver-only flag whic