File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify=expected,all -std=c11 %s
2
- // RUN: %clang_cc1 -fexperimental-new-constant-interpreter -pedantic -verify=pedantic-expected,all -std=c11 %s
3
- // RUN: %clang_cc1 -verify=ref,all -std=c11 %s
4
- // RUN: %clang_cc1 -pedantic -verify=pedantic-ref,all -std=c11 %s
1
+ // RUN: %clang_cc1 -triple x86_64-linux - fexperimental-new-constant-interpreter -verify=expected,all -std=c11 %s
2
+ // RUN: %clang_cc1 -triple x86_64-linux - fexperimental-new-constant-interpreter -pedantic -verify=pedantic-expected,all -std=c11 %s
3
+ // RUN: %clang_cc1 -triple x86_64-linux - verify=ref,all -std=c11 %s
4
+ // RUN: %clang_cc1 -triple x86_64-linux - pedantic -verify=pedantic-ref,all -std=c11 %s
5
5
6
6
typedef __INTPTR_TYPE__ intptr_t ;
7
7
typedef __PTRDIFF_TYPE__ ptrdiff_t ;
You can’t perform that action at this time.
0 commit comments