[PATCH] D129912: [Tooling/DependencyScanning] Enable passing a `vfs::FileSystem` object to `DependencyScanningTool`
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 16:57:55 PDT 2022
akyrtzi added a comment.
In D129912#3661181 <https://reviews.llvm.org/D129912#3661181>, @hubert.reinterpretcast wrote:
> The added test is not passing on the AIX builder: https://lab.llvm.org/buildbot/#/builders/214/builds/2388/steps/6/logs/FAIL__Clang-Unit__83
>
> Note that Clang on that platform generates assembly by default (then invokes the system assembler).
Sorry about that, it should be fixed via https://github.com/llvm/llvm-project/commit/d1b58cada61aa8bc44d8e8ef9c23ed12ef7b549b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129912/new/
https://reviews.llvm.org/D129912
More information about the cfe-commits
mailing list