Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 21, 2024
1 parent bbfaa0b commit b8556e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/elf/x86_64_isa-level.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EOF

$CC -B. -o $t/exe2 $t/a.o -Wl,-z,x86-64-v2
readelf -n $t/exe2 | grep -Fq 'Unknown note type: (0x00000005)' && skip
readelf -n $t/exe2 | grep -Fq 'procesor-specific type 0xc0008002' && skip
readelf -n $t/exe2 | grep -q 'x86 ISA needed: .*x86-64-v2'

$CC -B. -o $t/exe3 $t/a.o -Wl,-z,x86-64-v3
Expand Down

0 comments on commit b8556e3

Please sign in to comment.