mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
Add a reminder to update docs when updating default; NFC
This commit is contained in:
parent
c88a7a7b8e
commit
8fc0dcf036
@ -785,6 +785,9 @@ VersionTuple MSVCToolChain::computeMSVCVersion(const Driver *D,
|
||||
Args.hasFlag(options::OPT_fms_extensions, options::OPT_fno_ms_extensions,
|
||||
IsWindowsMSVC)) {
|
||||
// -fms-compatibility-version=19.20 is default, aka 2019, 16.x
|
||||
// NOTE: when changing this value, also update
|
||||
// clang/docs/CommandGuide/clang.rst and clang/docs/UsersManual.rst
|
||||
// accordingly.
|
||||
MSVT = VersionTuple(19, 20);
|
||||
}
|
||||
return MSVT;
|
||||
|
Loading…
Reference in New Issue
Block a user