forked from OSchip/llvm-project
Fix failing tests after VCTOOLSDIR change
Switch from hardcoded x64 arch to a regex in the target triple Differential revision: https://reviews.llvm.org/D86622
This commit is contained in:
parent
4a15f51a4f
commit
7a34dca0f3
|
@ -684,7 +684,7 @@
|
|||
|
||||
// Validate that the default triple is used when run an empty tools dir is specified
|
||||
// RUN: %clang_cl -vctoolsdir "" -### -- %s 2>&1 | FileCheck %s --check-prefix VCTOOLSDIR
|
||||
// VCTOOLSDIR: "-cc1" "-triple" "x86_64-pc-windows-msvc19.11.0"
|
||||
// VCTOOLSDIR: "-triple" "{{[a-zA-Z0-9_-]*}}-pc-windows-msvc19.11.0"
|
||||
|
||||
// Validate that built-in include paths are based on the supplied path
|
||||
// RUN: %clang_cl -vctoolsdir "/fake" -### -- %s 2>&1 | FileCheck %s --check-prefix FAKEDIR
|
||||
|
|
Loading…
Reference in New Issue