We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
riscv
1 parent 0088262 commit 29bcce4Copy full SHA for 29bcce4
compiler/check-artifact.sh
@@ -61,10 +61,10 @@ checkArch ()
61
assertEq "$format" "elf64-x86-64" $LINENO
62
elif [[ "$ARCH" == aarch_64 ]]; then
63
assertEq "$format" "elf64-little" $LINENO
64
- elif [[ "$ARCH" == loongarch_64 ]]; then
65
- echo $format
66
elif [[ "$ARCH" == riscv64 ]]; then
67
assertEq "$format" "elf64-littleriscv" $LINENO
+ elif [[ "$ARCH" == loongarch_64 ]]; then
+ echo $format
68
assertEq "$format" "elf64-loongarch" $LINENO
69
elif [[ "$ARCH" == ppcle_64 ]]; then
70
format="$(powerpc64le-linux-gnu-objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")"
0 commit comments