[clang] [clang][AMDGPU] Enable module splitting by default (PR #128509)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 25 16:46:09 PST 2025


================
@@ -708,6 +712,34 @@ void amdgpu::getAMDGPUTargetFeatures(const Driver &D,
                             options::OPT_m_amdgpu_Features_Group);
 }
 
+static unsigned GetFullLTOPartitions(const Driver &D, const ArgList &Args) {
----------------
shiltian wrote:

```suggestion
static unsigned getFullLTOPartitions(const Driver &D, const ArgList &Args) {
```

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


More information about the cfe-commits mailing list