.python/SpellCheck: Add 'XIPFLAGS' to "words" section

The EDKII Core CI reports spelling error for XIPFLAGS. The
XIPFLAGS are typically used to specify XIP options to the
compiler. e.g. GCC:*_*_*_CC_XIPFLAGS = -fno-jump-tables

Add 'XIPFLAGS' to "words" section in cspell.base.yaml file
to avoid spelling check error.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Sami Mujawar 2020-10-02 22:14:08 +01:00 committed by mergify[bot]
parent 6a9d0c1753
commit 870ee2f6c8
1 changed files with 1 additions and 0 deletions

View File

@ -178,5 +178,6 @@
"vcruntimed",
"ucrtd",
"msvcrtd",
"XIPFLAGS"
]
}