Skip to content

Commit 06b7b3c

Browse files
committed
[LoongArch] Fix test issue of init-loongarch.c
(cherry picked from commit d59925c) Change-Id: Ie8b130fbea0250fcae54b3e7939c956343cf5a26
1 parent 5778c54 commit 06b7b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Preprocessor/init-loongarch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
// RUN: %clang --target=loongarch64 -x c -E -dM %s -o - -march=la664 | \
826826
// RUN: FileCheck --match-full-lines --check-prefixes=ARCH-TUNE,FRECIPE -DARCH=la664 -DTUNE=la664 %s
827827
// RUN: %clang --target=loongarch64 -x c -E -dM %s -o - -mtune=la664 | \
828-
// RUN: FileCheck --match-full-lines --check-prefix=ARCH-TUNE -DARCH=loongarch64 -DTUNE=la664 %s
828+
// RUN: FileCheck --match-full-lines --check-prefix=ARCH-TUNE -DARCH=la64v1.0 -DTUNE=la664 %s
829829
// RUN: %clang --target=loongarch64 -x c -E -dM %s -o - -march=loongarch64 -mtune=la664 | \
830830
// RUN: FileCheck --match-full-lines --check-prefix=ARCH-TUNE -DARCH=loongarch64 -DTUNE=la664 %s
831831
// RUN: %clang --target=loongarch64 -x c -E -dM %s -o - -march=la664 -mtune=loongarch64 | \

0 commit comments

Comments
 (0)