You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implicit dependencies, either as picked up from a depfile attribute on a rule or from the syntax | dep1 dep2 on the end of a build line. The semantics are identical to explicit dependencies, the only difference is that implicit dependencies don’t show up in the $in variable.
The text was updated successfully, but these errors were encountered:
cmake version:
3.25.3
llbuild version:
5.2
It seems like llbuild cannot build cmake ninja manifests that utilize the
|
operator 👀Error:
According to https://ninja-build.org/manual.html, it seems like it is implicit dependency syntax.
The text was updated successfully, but these errors were encountered: