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 -std=c++23 -fsyntax-only -verify %s
2
- // RUN: %clang_cc1 -std=c++23 -fsyntax-only -ast-dump %s | FileCheck %s
3
- // RUN: %clang_cc1 -std=c++23 -triple x86_64-pc -linux -emit-pch -o %t %s
4
- // RUN: %clang_cc1 -x c++ -std=c++23 -triple x86_64-pc -linux -include-pch %t -ast-dump-all /dev/null | FileCheck %s
1
+ // RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown-linux - fsyntax-only -verify %s
2
+ // RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown-linux - fsyntax-only -ast-dump %s | FileCheck %s
3
+ // RUN: %clang_cc1 -std=c++23 -triple x86_64-unknown -linux -emit-pch -o %t %s
4
+ // RUN: %clang_cc1 -x c++ -std=c++23 -triple x86_64-unknown -linux -include-pch %t -ast-dump-all /dev/null | FileCheck %s
5
5
// expected-no-diagnostics
6
6
7
7
// Check that we both don't crash on transforming FunctionProtoType's
You can’t perform that action at this time.
0 commit comments