Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.

llvm-svn: 266324
This commit is contained in:
Ismail Donmez 2016-04-14 15:32:24 +00:00
parent 5c7d0cb834
commit f677cd539f
1 changed files with 1 additions and 1 deletions

View File

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