Add missing -no-canonical-prefixes.

llvm-svn: 283430
This commit is contained in:
Benjamin Kramer 2016-10-06 09:40:37 +00:00
parent b71d6f7a72
commit 6aa14cbce7
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"