forked from OSchip/llvm-project
[Driver] Support both slashes
This addresses Windows breakage introduced by
ae8b2cab67
.
This commit is contained in:
parent
6792e26c0d
commit
f5efe0aa04
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue