Update the diagnostic in D81404: the convention is to use
err_drv_unsupported_option_argument instead of adding a new diagnostic for every
option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126511
[ARM][AArch64] Change -mharden-sls= to use err_drv_unsupported_option_argument ClosedPublic Authored by MaskRay on May 26 2022, 5:34 PM.
Details Summary Update the diagnostic in D81404: the convention is to use
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 27 2022, 10:18 AM This revision was landed with ongoing or failed builds.May 27 2022, 10:03 PM Closed by commit rG068b8af7961c: [ARM][AArch64] Change -mharden-sls= to use err_drv_unsupported_option_argument (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432693 clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/lib/Driver/ToolChains/Arch/AArch64.cpp
clang/lib/Driver/ToolChains/Arch/ARM.cpp
clang/test/Driver/sls-hardening-options.c
|