[PATCH] D89799: [clang][driver] Rename DriverOption as NoXarchOption (NFC)
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 29 09:59:03 PDT 2020
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Driver/ToolChain.cpp:1203
+ unsigned DiagID =
+ Diags.getCustomDiagID(DiagnosticsEngine::Error,
+ "invalid Xarch argument: '%0', not all driver "
----------------
If this is not of much uses, hope we can remove it in the future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89799/new/
https://reviews.llvm.org/D89799
More information about the cfe-commits
mailing list