18 lines · plain
1# REQUIRES: x862# RUN: llvm-mc --triple=x86_64-pc-linux --filetype=obj -o %t.o %s3# RUN: not ld.lld -z pac-plt -z force-bti -z bti-report=error \4# RUN: -z pauth-report=error %t.o -o /dev/null 2>&1 | FileCheck %s5# RUN: not ld.lld -z pac-plt -z force-bti -z bti-report=warning \6# RUN: -z pauth-report=warning %t.o -o /dev/null 2>&1 | FileCheck %s7#8## Check that we error if -z pac-plt, -z force-bti are present and9## -z bti-report and -z pauth-report are not none when target is not aarch6410 11# CHECK: error: -z pac-plt only supported on AArch6412# CHECK-NEXT: error: -z force-bti only supported on AArch6413# CHECK-NEXT: error: -z bti-report only supported on AArch6414# CHECK-NEXT: error: -z pauth-report only supported on AArch6415 16 .globl start17start: ret18