These were failing due to unresolved references to errno
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems like this is the wrong place to add these deps. Can you share what you are trying to run and what error you are seeing? FWIW, the integrations tests for x86_64 and aarch64 are run on the public CI builders and they have not caught any problem so far. For example https://lab.llvm.org/buildbot/#/builders/163/builds/18187 and https://lab.llvm.org/buildbot/#/builders/223/builds/945. Neither am I seeing any problems with a clean build.
Comment Actions
Yes, you are right -- the error I was seeing was a result of not running ninja llvmlibc prior to ninja libc-integration-tests on a clean build.
I will drop this.