forked from OSchip/llvm-project
Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.
llvm-svn: 266324
This commit is contained in:
parent
5c7d0cb834
commit
f677cd539f
|
@ -85,7 +85,7 @@
|
|||
// RUN: %clang_cl /imsvcmyincludedir -### -- %s 2>&1 | FileCheck -check-prefix=SLASH_imsvc %s
|
||||
// RUN: %clang_cl /imsvc myincludedir -### -- %s 2>&1 | FileCheck -check-prefix=SLASH_imsvc %s
|
||||
// Clang's resource header directory should be first:
|
||||
// SLASH_imsvc: "-internal-isystem" "{{[^"]*}}lib{{/|\\\\}}clang{{[^"]*}}include"
|
||||
// SLASH_imsvc: "-internal-isystem" "{{[^"]*}}lib{{(64)?/|\\\\}}clang{{[^"]*}}include"
|
||||
// SLASH_imsvc: "-internal-isystem" "myincludedir"
|
||||
|
||||
// RUN: %clang_cl /J -### -- %s 2>&1 | FileCheck -check-prefix=J %s
|
||||
|
|
Loading…
Reference in New Issue