summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/mattr-invalid-combination.ll
blob: cb24405b1606da1597c35fe77e03f5bf3e14756a (plain)
1
2
3
4
; RUN: not llc -mtriple=riscv64 -mattr=+e < %s 2>&1 \
; RUN:   | FileCheck -check-prefix=RV64E %s

; RV64E: LLVM ERROR: RV32E can't be enabled for an RV64 target
OpenPOWER on IntegriCloud