[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / RISCV / mattr-invalid-combination.ll
blobfe4d570b9d90b9eb37be80ec6c252160da6cec17
1 ; RUN: not --crash llc -mtriple=riscv64 -mattr=+e < %s 2>&1 \
2 ; RUN:   | FileCheck -check-prefix=RV64E %s
4 ; RV64E: LLVM ERROR: RV32E can't be enabled for an RV64 target