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
Trying to build a ninja manifest that declares an output file to a nonexistent subdirectory, the ninja implementation of llbuild fails to create the subdirectories, which results in build failure.
Environment
llbuild git (b8f6f85)
Additional Detail from JIRA
md5: 08bc34cc7672d45d30d1b2d3ca8325d3
Issue Description:
Trying to build a ninja manifest that declares an output file to a nonexistent subdirectory, the ninja implementation of llbuild fails to create the subdirectories, which results in build failure.
This does not match the upstream ninja behavior.
A minimal ninja file to reproduce this:
This build file requires a file named `input` to exist in the directory where this is run.
The text was updated successfully, but these errors were encountered: