brintos

brintos / llvm-project-archived public Read only

0
0
Text · 462 B · ccc11b7 Raw
13 lines · plain
1; RUN: not llc -mtriple riscv32-unknown-elf -mattr=+experimental-xsfmclic -o - %s 2>&1 \2; RUN:   | FileCheck %s3; RUN: not llc -mtriple riscv64-unknown-elf -mattr=+experimental-xsfmclic -o - %s 2>&1 \4; RUN:   | FileCheck %s5 6;; Test that these report fatal errors.7 8; CHECK: LLVM ERROR: 'SiFive-CLIC-preemptible' interrupt kinds cannot have a frame pointer9 10define void @preemptible() "interrupt"="SiFive-CLIC-preemptible" "frame-pointer"="all" {11  ret void12}13