We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214d3a4 commit 95dae0dCopy full SHA for 95dae0d
clang/test/CIR/CodeGen/vectype-ext.cpp
@@ -1,6 +1,6 @@
1
-// RUN: %clang_cc1 -fclangir -emit-cir -triple x86_64-unknown-linux-gnu %s -o %t.cir
+// RUN: %clang_cc1 -std=c++17 -fclangir -emit-cir -triple x86_64-unknown-linux-gnu %s -o %t.cir
2
// 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
+// RUN: %clang_cc1 -std=c++17 -fclangir -S -emit-llvm -triple x86_64-unknown-linux-gnu %s -o %t.ll
4
// RUN: FileCheck --input-file=%t.ll %s -check-prefix=LLVM
5
6
typedef int vi4 __attribute__((ext_vector_type(4)));
0 commit comments