summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c')
-rw-r--r--clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c b/clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
index f51d8252b8f..f3523702e9a 100644
--- a/clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
+++ b/clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
@@ -1,4 +1,8 @@
// RUN: %clang_cc1 -triple riscv64 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple riscv64 -target-feature +f -target-abi lp64f -emit-llvm %s -o - \
+// RUN: | FileCheck %s
+// RUN: %clang_cc1 -triple riscv64 -target-feature +d -target-abi lp64d -emit-llvm %s -o - \
+// RUN: | FileCheck %s
// This file contains test cases that will have the same output for the lp64,
// lp64f, and lp64d ABIs.
OpenPOWER on IntegriCloud