JJoseph Huber[libc] Ensure the RPC server is alwaus used
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Ensure the RPC server is alwaus used Summary: Previous change made us no longer link exit by default which implied the RPC server. This is a required symbol for the loader. This will be fixed later when I port the loader to LLVMOffload. For now just work around it to fix the bots. | 9 个月前 | |
[libc] Ensure the RPC server is alwaus used Summary: Previous change made us no longer link exit by default which implied the RPC server. This is a required symbol for the loader. This will be fixed later when I port the loader to LLVMOffload. For now just work around it to fix the bots. | 9 个月前 | |
[Clang] Make --lto-partitions only default for HIP (#133164) Summary: The default behavior for LTO on other targets does not specify the number of LTO partitions. Recent changes made this default to 8 on AMDGPU which had some issues with the libc project. The option to disable this is HIP only so I think for now we should restrict this just to HIP. I'm definitely on board with getting some more parallelism here, but I think it should probably be restricted to just offloading languages. The new driver goes through the --target=amdgcn-amd-amdhsa for its output, which means we'd need to forward the default somehow. | 1 年前 |