At first everything was fine, after another build increment, the project stopped being built (I just added LLVM_DEBUG(dbgs() << "Here" << "\n"; and added -debug argument)
clang: **error:** **linker command failed with exit code 1 (use -v to see invocation)**
Is your error-producing build incremental or a clean build from scratch? Is it reproducible with a single specific commit, a commit range, or a branch?
Yes, a clean build made this particular problem disappear. A clean build is the newcomerβs rule of thumb for fixing broken incremental builds, but, interestingly, Pogos claims to only have changed some compiler sources in between the successful and first failing buildsβno characteristic pulling.