[PATCH] D101763: [analyzer][ctu] Avoid parsing invocation list again and again during on-demand parsing of CTU
Ella Ma via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 7 21:47:54 PDT 2021
OikawaKirie added a comment.
In D101763#2741629 <https://reviews.llvm.org/D101763#2741629>, @steakhal wrote:
> Okay, so you 'just' want an indication for the given open call. What about using `strace`?
> `strace -e trace=openat %clang_cc1 ... 2>&1 | grep '"invocations.yaml"' | FileCheck %s`
I do not know why the test case always fails on the build server, it runs perfectly on my computer. : (
Do any reviewers have any ideas?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101763/new/
https://reviews.llvm.org/D101763
More information about the cfe-commits
mailing list