This patch implements generation of remaining codegen options and tests it by performing parse-generate-parse round trip.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96056
[clang][cli] Generate and round-trip CodeGen options ClosedPublic Authored by jansvoboda11 on Feb 4 2021, 9:31 AM.
Details Summary This patch implements generation of remaining codegen options and tests it by performing parse-generate-parse round trip.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 4 2021, 9:31 AM This revision is now accepted and ready to land.Feb 8 2021, 11:35 AM This revision was landed with ongoing or failed builds.Feb 9 2021, 2:43 AM Closed by commit rGe721bc9effef: [clang][cli] Generate and round-trip CodeGen options (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322322 clang/include/clang/Basic/XRayInstr.h
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Basic/XRayInstr.cpp
clang/lib/Frontend/CompilerInvocation.cpp
llvm/include/llvm/Option/OptParser.td
|