diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2020-10-02 22:14:08 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-16 17:21:04 +0000 |
commit | 870ee2f6c8887494e20a314d1502cd3b80b57ad0 (patch) | |
tree | 132f283c11d93bdc91159358a8c9ded9c67e7891 | |
parent | 6a9d0c1753848a4334c6b103b4d2e27437613a0c (diff) | |
download | edk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.tar.gz edk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.tar.bz2 edk2-870ee2f6c8887494e20a314d1502cd3b80b57ad0.zip |
.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>
-rw-r--r-- | .pytool/Plugin/SpellCheck/cspell.base.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 1ce5f69911..ad6f7ac06a 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -178,5 +178,6 @@ "vcruntimed",
"ucrtd",
"msvcrtd",
+ "XIPFLAGS"
]
}
|