[all-commits] [llvm/llvm-project] caff17: [Driver] Don't use capture for InstalledDir
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Apr 20 13:44:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caff17e503fe81d69e90dd69b14f5149659f9db4
https://github.com/llvm/llvm-project/commit/caff17e503fe81d69e90dd69b14f5149659f9db4
Author: Petr Hosek <phosek at google.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M clang/test/Driver/darwin-ld.c
Log Message:
-----------
[Driver] Don't use capture for InstalledDir
This is another attempt to address the issue introduced in
ae8b2cab67408a043a4fe964d16e4803553c4ee0.
We cannot capture InstalledDir because FileCheck doesn't handle
the backslashes correctly, so instead we just consume the entire
path prefix which is what other tests are doing.
More information about the All-commits
mailing list