[PATCH] D96886: [Driver] Clean up some Separate form options

2021-02-17 Thread Fangrui Song via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG0c2bb6b446c5: [Driver] Clean up some Separate form options (authored by MaskRay). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D96886: [Driver] Clean up some Separate form options

2021-02-17 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay updated this revision to Diff 324390. MaskRay added a comment. Move HelpText to EQ. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96886/new/ https://reviews.llvm.org/D96886 Files: clang/include/clang/Driver/Options.td clang/lib/Driver/

[PATCH] D96886: [Driver] Clean up some Separate form options

2021-02-17 Thread Nico Weber via Phabricator via cfe-commits
thakis accepted this revision. thakis added inline comments. This revision is now accepted and ready to land. Comment at: clang/include/clang/Driver/Options.td:1104 Group, Flags<[CC1Option, CC1AsOption, CoreOption]>, HelpText<"The compilation directory to embed in the d

[PATCH] D96886: [Driver] Clean up some Separate form options

2021-02-17 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay created this revision. MaskRay added reviewers: phosek, thakis. Herald added subscribers: jansvoboda11, dang. MaskRay requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Drop the `Separate` form of `-fmodule-name X`, `-fprofile-remappin