bolt/deps/llvm-18.1.8/clang/test/CodeGen/RISCV/riscv32-ilp32e-error.c

5 lines
257 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not %clang_cc1 -triple riscv32 -target-feature +d -emit-llvm -target-abi ilp32e %s 2>&1 \
// RUN: | FileCheck -check-prefix=ILP32E-WITH-FD %s
// ILP32E-WITH-FD: error: invalid feature combination: ILP32E cannot be used with the D ISA extension