[Driver] Support both slashes

This addresses Windows breakage introduced by
ae8b2cab67.
This commit is contained in:
Petr Hosek 2021-04-20 12:58:54 -07:00
parent 6792e26c0d
commit f5efe0aa04
1 changed files with 1 additions and 1 deletions

View File

@ -369,4 +369,4 @@
// RUN: %clang -target x86_64-apple-darwin10 -### %t.o 2> %t.log
// RUN: FileCheck -check-prefix=INSTALL-DIR %s < %t.log
// INSTALL-DIR: InstalledDir: [[INSTALLDIR:.+$]]
// INSTALL-DIR: "-L[[INSTALLDIR]]/../lib"
// INSTALL-DIR: "-L[[INSTALLDIR]]{{/|\\\\}}..{{/|\\\\}}lib"