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
narrowing conversion of ‘266’ from ‘unsigned int’ to ‘unsigned char’ [-Wnarrowing] in /mnt/f/linuxlibrary/llvm-project/BuildAllElementDebug/Build/lib/Target/RISCV/RISCVGenDAGISel.inc #118259
I get such errors.
The MarcherTable is a char array, but the element in this table was an integer.
The solution of the TARGET_VAL macro is an unsigned int.