forked from OSchip/llvm-project
parent
b71d6f7a72
commit
6aa14cbce7
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang %s -### --target=x86_64-unknown-fuchsia \
|
||||
// RUN: %clang %s -### -no-canonical-prefixes --target=x86_64-unknown-fuchsia \
|
||||
// RUN: --sysroot=%S/platform 2>&1 | FileCheck %s
|
||||
// CHECK: {{.*}}clang{{.*}}" "-cc1"
|
||||
// CHECK: "-fuse-init-array"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clangxx %s -### --target=x86_64-unknown-fuchsia \
|
||||
// RUN: %clangxx %s -### -no-canonical-prefixes --target=x86_64-unknown-fuchsia \
|
||||
// RUN: --sysroot=%S/platform 2>&1 | FileCheck %s
|
||||
// CHECK: {{.*}}clang{{.*}}" "-cc1"
|
||||
// CHECK: "-fuse-init-array"
|
||||
|
|
Loading…
Reference in New Issue