================ @@ -1,26 +1,33 @@ +if(LIBC_TARGET_OS_IS_GPU) + add_subdirectory(gpu) + return() +endif() + ---------------- jhuber6 wrote: This file shouldn't have any changes except for these five lines. https://github.com/llvm/llvm-project/pull/92009