[clang] d7ce580 - Add -fclang-abi-compat=latest to aarch64-sve-vector-init.cpp
Amara Emerson via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 15:22:19 PST 2023
Author: Amara Emerson
Date: 2023-11-15T15:22:12-08:00
New Revision: d7ce58048a586157e709e2dca5f33dd4f41b087d
URL: https://github.com/llvm/llvm-project/commit/d7ce58048a586157e709e2dca5f33dd4f41b087d
DIFF: https://github.com/llvm/llvm-project/commit/d7ce58048a586157e709e2dca5f33dd4f41b087d.diff
LOG: Add -fclang-abi-compat=latest to aarch64-sve-vector-init.cpp
Added:
Modified:
clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp b/clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
index 3a57f80110d4738..1a152c1741c177c 100644
--- a/clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
+++ b/clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
@@ -1,5 +1,5 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -fclang-abi-compat=latest -triple aarch64-none-linux-gnu -target-feature +sve -emit-llvm -o - %s | FileCheck %s
// CHECK-LABEL: define dso_local void @_Z11test_localsv
// CHECK-SAME: () #[[ATTR0:[0-9]+]] {
More information about the cfe-commits
mailing list