mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Both fileno and fdopen require interfacing with the opaque FILE struct, so they shouldn't be enabled in overlay mode. This patch moves both into fullbuild only on all platforms. Fixes #128643