Skip to content

Commit 6c8e6e6

Browse files
committed
[CIR][NFC] Pin cpp standard to 17 in tests
1 parent d0e776d commit 6c8e6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CIR/CodeGen/vectype-ext.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cc1 -fclangir -emit-cir -triple x86_64-unknown-linux-gnu %s -o %t.cir
1+
// RUN: %clang_cc1 -std=c++17 -fclangir -emit-cir -triple x86_64-unknown-linux-gnu %s -o %t.cir
22
// RUN: FileCheck --input-file=%t.cir %s -check-prefix=CIR
3-
// RUN: %clang_cc1 -fclangir -S -emit-llvm -triple x86_64-unknown-linux-gnu %s -o %t.ll
3+
// RUN: %clang_cc1 -std=c++17 -fclangir -S -emit-llvm -triple x86_64-unknown-linux-gnu %s -o %t.ll
44
// RUN: FileCheck --input-file=%t.ll %s -check-prefix=LLVM
55

66
typedef int vi4 __attribute__((ext_vector_type(4)));

0 commit comments

Comments
 (0)