You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
475 B
10 lines
475 B
; RUN: sed -e "s,CC,cfguard_checkcc,g" %s | not --crash llc -mtriple=arm64-apple-darwin -o - 2>&1 | FileCheck %s --check-prefix=CFGUARD
|
|
; RUN: sed -e "s,CC,aarch64_sve_vector_pcs,g" %s | not --crash llc -mtriple=arm64-apple-darwin -o - 2>&1 | FileCheck %s --check-prefix=SVE_VECTOR_PCS
|
|
|
|
define CC void @f0() {
|
|
unreachable
|
|
}
|
|
|
|
; CFGUARD: Calling convention CFGuard_Check is unsupported on Darwin.
|
|
; SVE_VECTOR_PCS: Calling convention SVE_VectorCall is unsupported on Darwin.
|