Fix test added in r361903 to work on Windows.

llvm-svn: 361937
This commit is contained in:
Douglas Yung 2019-05-29 09:20:01 +00:00
parent 6c04ef3d48
commit a0a20f38ec
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
// RUN: -resource-dir=%S/Inputs/resource_dir \ // RUN: -resource-dir=%S/Inputs/resource_dir \
// RUN: --target=x86_64-linux-gnu \ // RUN: --target=x86_64-linux-gnu \
// RUN: | FileCheck --check-prefix=CHECK-RESOURCE-DIR %s // RUN: | FileCheck --check-prefix=CHECK-RESOURCE-DIR %s
// CHECK-RESOURCE-DIR: resource_dir{{/|\\\\}}share{{/|\\\\}}asan_blacklist.txt // CHECK-RESOURCE-DIR: resource_dir{{/|\\}}share{{/|\\}}asan_blacklist.txt
// RUN: %clang -print-file-name=libclang_rt.builtins.a 2>&1 \ // RUN: %clang -print-file-name=libclang_rt.builtins.a 2>&1 \
// RUN: -resource-dir=%S/Inputs/resource_dir_with_per_target_subdir \ // RUN: -resource-dir=%S/Inputs/resource_dir_with_per_target_subdir \
// RUN: --target=x86_64-linux-gnu \ // RUN: --target=x86_64-linux-gnu \
// RUN: | FileCheck --check-prefix=CHECK-COMPILER-RT %s // RUN: | FileCheck --check-prefix=CHECK-COMPILER-RT %s
// CHECK-COMPILER-RT: resource_dir_with_per_target_subdir{{/|\\\\}}lib{{/|\\\\}}x86_64-linux-gnu{{/|\\\\}}libclang_rt.builtins.a // CHECK-COMPILER-RT: resource_dir_with_per_target_subdir{{/|\\}}lib{{/|\\}}x86_64-linux-gnu{{/|\\}}libclang_rt.builtins.a
// RUN: %clang -print-file-name=include/c++/v1 2>&1 \ // RUN: %clang -print-file-name=include/c++/v1 2>&1 \
// RUN: -ccc-install-dir %S/Inputs/basic_linux_libcxx_tree/usr/bin \ // RUN: -ccc-install-dir %S/Inputs/basic_linux_libcxx_tree/usr/bin \
// RUN: --target=x86_64-linux-gnu \ // RUN: --target=x86_64-linux-gnu \
// RUN: | FileCheck --check-prefix=CHECK-INSTALL-DIR %s // RUN: | FileCheck --check-prefix=CHECK-INSTALL-DIR %s
// CHECK-INSTALL-DIR: basic_linux_libcxx_tree{{/|\\\\}}usr{{/|\\\\}}bin{{/|\\\\}}..{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}v1 // CHECK-INSTALL-DIR: basic_linux_libcxx_tree{{/|\\}}usr{{/|\\}}bin{{/|\\}}..{{/|\\}}include{{/|\\}}c++{{/|\\}}v1