Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
// RUN: %clang_cc1 -triple riscv64 -emit-llvm %s -o - | FileCheck %s | // 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, | // This file contains test cases that will have the same output for the lp64, | ||||
// lp64f, and lp64d ABIs. | // lp64f, and lp64d ABIs. | ||||
#include <stddef.h> | #include <stddef.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
// CHECK-LABEL: define void @f_void() | // CHECK-LABEL: define void @f_void() | ||||
▲ Show 20 Lines • Show All 416 Lines • Show Last 20 Lines |