We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2df47 commit 04fd5cdCopy full SHA for 04fd5cd
clang/test/DebugInfo/KeyInstructions/agg.c
@@ -1,7 +1,7 @@
1
-// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - -fenable-matrix \
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3
4
-// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
+// RUN: %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - -fenable-matrix \
5
6
7
__attribute__((ext_vector_type(1))) char c;
0 commit comments