================ @@ -0,0 +1,13 @@ +// RUN: %clang_cc1 -triple arm64-apple-ios -emit-llvm %s -o - | FileCheck %s --check-prefixes=ALL,OFF ---------------- kovdan01 wrote:
All the tests introduced in the PR seem not Apple-specific - so, it would be nice if you also add RUN lines for a triple like `aarch64-elf`. Manually specifying `-fptrauth-calls` will be needed since we now don't have an equivalent of Apple's arm64e which enabled desired functionality automatically. This applies to all the tests. https://github.com/llvm/llvm-project/pull/93906 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits