quic / toolchain_for_hexagon

Other
18 stars 11 forks source link

Update to 15.0.3 #11

Closed mukilan-quic closed 1 year ago

mukilan-quic commented 1 year ago

This commit includes a patch to the QEMU test suite. The tcg/multiarch/linux/linux-test.c file fails to compile under -Wall with LLVM 15.0.3

This is likely due to recent improvements to the -Wno-unused-but-set-variable diagnostic to fix false negatives when post/pre increment/decrement operator are involved.

The patch simply deletes the unused variable since the semantics of the test will remain the same.