slimbootloader/BaseTools/Scripts
Vincent Chen 6958e19e06 fix: [Common] build failed with VS2015
The current BaseTools aligned with edk2-stable202311
introduces the replacement of __FUNCTION__ with __func__,
which causes compiler failure if the toolchain is using
VS2015. It is because VS2015 doesn't support __func__.
This patch reverts the change and its checker to continue
the VS2015 support.

Reference commit IDs from edk2 repo: b17a3a1 and c9fb11f

Test command: python BuildLoader.py build xxxx -t VS2015

Signed-off-by: Vincent Chen <vincent.chen@intel.com>
2024-03-29 09:36:07 -07:00
..
GccBase.lds Sync edk2 basetool mdepkg (#2121) 2024-03-08 13:43:46 -05:00
PatchCheck.py fix: [Common] build failed with VS2015 2024-03-29 09:36:07 -07:00