================ @@ -0,0 +1,16 @@ +// Check that Android enables PAC and BTI by default on AArch64. +// RUN: %clang --target=aarch64-linux-android -### -c %s 2>&1 \ +// RUN: | FileCheck %s --check-prefix=ANDROID-DEFAULT +// ANDROID-DEFAULT: "-msign-return-address=non-leaf" "-msign-return-address-key=a_key" "-mbranch-target-enforce" ---------------- Sharjeel-Khan wrote:
Done https://github.com/llvm/llvm-project/pull/218066 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
