64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
6 lines
200 B
LLVM
6 lines
200 B
LLVM
; RUN: not llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -mattr=+micromips %s 2>&1 | FileCheck %s
|
|
|
|
; Test that microMIPS64R6 is not supported.
|
|
|
|
; CHECK: LLVM ERROR: microMIPS64R6 is not supported
|