This patch adds a test directly for the fputs function similar to the
existing puts test. This lets us know that the default file pointers
are function and the fputs interface works.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This should probably be more similar to the putc test, which writes to a file so that the result can be checked.
Comment Actions
Yeah, I wanted something to test this for the GPU but I don't currently support any FILE IO that's not stderr or stdout. There's some more work on that front required.