From: Ismail Donmez Date: Thu, 14 Apr 2016 15:32:24 +0000 (+0000) Subject: Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=423f3377b4d71f9796e72373cc23bc498bec6acc;p=clang Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266324 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 8f9e3867e9..112cd29c5d 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -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