Skip to content

Commit d7ce580

Browse files
committed
Add -fclang-abi-compat=latest to aarch64-sve-vector-init.cpp
1 parent 103811a commit d7ce580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
2-
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -emit-llvm -o - %s | FileCheck %s
2+
// RUN: %clang_cc1 -fclang-abi-compat=latest -triple aarch64-none-linux-gnu -target-feature +sve -emit-llvm -o - %s | FileCheck %s
33

44
// CHECK-LABEL: define dso_local void @_Z11test_localsv
55
// CHECK-SAME: () #[[ATTR0:[0-9]+]] {

0 commit comments

Comments
 (0)