[flang-commits] [flang] [llvm] [flang-rt] Implement basic support for I/O from OpenMP GPU Offloading (PR #181039)

Joseph Huber via flang-commits flang-commits at lists.llvm.org
Fri Feb 13 14:05:31 PST 2026


================
@@ -70,6 +70,7 @@ set(supported_sources
   unit.cpp
   utf.cpp
   work-queue.cpp
+  io-api-server.cpp
----------------
jhuber6 wrote:

That's something I was going to ask, because this puts a (header) level dependency on `libc/` even if you're building it from a 'standalone' build it should be fine as long as the `libc` headers are there, which will only not be the case if you're not using a LLVM tree with `libc` in it (Partial checkout). Given that we depend on `flang` in much the same way I figured this was acceptable, but let me know and I can work around it.

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


More information about the flang-commits mailing list