mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Summary: The GPU handling for a lot of `FILE *` functions pretty much just forwards it to the host via RPC. This test checks for implementation defined behavior, which sometimes passes and sometimes doesn't. We just disable it here so it works on the standard semantics. We do this forwarding primarily for interopt w/ the host if the user is compiling from an offloading language (e.g. CUDA).