In the printf_core CMake, the file pieces are defined as object
libraries that depend on the File data structure. If these are added
unconditionally they'll try to evaluate that dependancy even when there
is no File available. This patch adds a guard to prevent that error.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG438d1f18a5b7: [libc] add guard for file pieces of printf
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm fairly sure that this will fix the arm32 bot failures, but I'm waiting for my test to come back before I push it.
Comment Actions
This new version passes on arm32. There was a minor failure caused by type issues in parser_test.cpp that's also being fixed.