Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/riscv64-lp64-lp64f-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 | |||||
// 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 | ||||
// and lp64f ABIs. | // and lp64f ABIs. | ||||
#include <stddef.h> | #include <stddef.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
struct large { | struct large { | ||||
Show All 23 Lines |