You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make clean; make stackmaps-check -j10 OBJDUMP_FLAGS= OPT_LEVEL=-O0
[STACKMAPS CHECK] Checking stackmaps for main_aarch64_aligned.out main_x86_64_aligned.out
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/home/blackgeorge/Documents/phd/unified_abi/stack-metadata'
make[1]: Nothing to be donefor'all'.
make[1]: Leaving directory '/home/blackgeorge/Documents/phd/unified_abi/stack-metadata'
WARNING: interp: callsite 0, value locations 5/5 have different location type (1 vs. 3)
WARNING: interp: callsite 0, value locations 5/5 have different location offset or different constant (0 vs. -104)
WARNING: interp: callsite 0, value locations 6/6 have different location type (3 vs. 1)
WARNING: interp: callsite 0, value locations 6/6 have different location offset or different constant (-104 vs. 0)
WARNING: interp: callsite 0, value locations 7/7 have different location type (1 vs. 3)
WARNING: interp: callsite 0, value locations 7/7 have different location offset or different constant (0 vs. -112)
WARNING: interp: callsite 0, value locations 8/8 have different location type (3 vs. 1)
WARNING: interp: callsite 0, value locations 8/8 have different location offset or different constant (-112 vs. 0)
ERROR: stackmaps in'main_aarch64_aligned.out'&'main_x86_64_aligned.out' differ - different stack layout!
make: *** [../../common/common.mk:248: stackmaps-check] Error 1
This is not super urgent now as it works for -O1, but we need to fix this soon.
The text was updated successfully, but these errors were encountered:
This is not super urgent now as it works for -O1, but we need to fix this soon.
The text was updated successfully, but these errors were encountered: