Skip to content

Commit

Permalink
[Clang][XTHeadVector] reorder check test
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Aug 30, 2024
1 parent 3fbbdcd commit 3dc5fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Preprocessor/riscv-target-features.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@
// RUN: -march=rv64i_xtheadvector -x c -E -dM %s \
// RUN: -o - | FileCheck --check-prefix=CHECK-V0P7-EXT %s
// CHECK-V0P7-EXT: __riscv_th_v_intrinsic 11000{{$}}
// CHECK-V0P7-EXT: __riscv_xtheadvector 1000000{{$}}
// CHECK-V0P7-EXT: __riscv_vector 1
// CHECK-V0P7-EXT: __riscv_xtheadvector 1000000{{$}}

// RUN: %clang -target riscv32-unknown-linux-gnu \
// RUN: -march=rv32i_xtheadvector -x c -E -dM %s \
Expand Down

0 comments on commit 3dc5fa9

Please sign in to comment.