summaryrefslogtreecommitdiff
path: root/clang/test/Driver/loongarch-features.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/loongarch-features.c')
-rw-r--r--clang/test/Driver/loongarch-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/loongarch-features.c b/clang/test/Driver/loongarch-features.c
index 90634bbcf003..6f40ed71c2c0 100644
--- a/clang/test/Driver/loongarch-features.c
+++ b/clang/test/Driver/loongarch-features.c
@@ -2,7 +2,7 @@
// RUN: %clang --target=loongarch64 -S -emit-llvm %s -o - | FileCheck %s --check-prefix=LA64
// LA32: "target-features"="+32bit"
-// LA64: "target-features"="+64bit,+d,+f,+lsx,+ual"
+// LA64: "target-features"="+64bit,+d,+f,+lsx,+relax,+ual"
int foo(void) {
return 3;