Commit 3ceb118
committed
Ignore prebuilt module cache when building the prebuilt module cache
When building modules for an SDK, we need to ignore any existing prebuilt
modules to avoid building a partial prebult module cache. Do so by passing
an intentially-bad path for the prebuilt module cache path that's derived
from the output path (but not the same as that path). This prohibits the
frontend scanning job from adding the default prebuilt module cache path,
while ensuring that we find no prebuilt modules.
Fixes rdar://131183526.1 parent 26f100e commit 3ceb118
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
160 | 172 | | |
161 | 173 | | |
162 | 174 | | |
| |||
0 commit comments