[libc-commits] [libc] [libc] add ioctl (PR #141393)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri May 30 10:53:45 PDT 2025


================
@@ -0,0 +1 @@
+file(GENERATE OUTPUT ioctl.test CONTENT "ioctl test")
----------------
michaelrj-google wrote:

relying on cmake to create a file tends to be kinda flaky, and requires extra effort for other file systems. I'd recommend creating the file inside your test.

https://github.com/llvm/llvm-project/pull/141393


More information about the libc-commits mailing list