Revert "[asan] Enable wait4 test on Android" (#125011)
[llvm-project.git] / llvm / test / CodeGen / Mips / mips64r6 / compatibility.ll
blob6484173e7c3394faa7912d2a1704a5082d7ef8d3
1 ; RUN: llc -mtriple=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s
2 ; RUN: not llc -mtriple=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
4 ; CHECK: foo:
5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
7 define void @foo() nounwind {
8   ret void