brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · 0afe7b0 Raw
5 lines · c
1// RUN: not %clang_cc1 -triple riscv32 -target-feature +d -emit-llvm -target-abi ilp32e %s 2>&1 \2// RUN:     | FileCheck -check-prefix=ILP32E-WITH-FD %s3 4// ILP32E-WITH-FD: error: invalid feature combination: ILP32E cannot be used with the D ISA extension5