Commit 95ac3b9
committed
[PackageLoading] Use temporary directory when compiling manifest
Avoid using temporary file in compiled manifest as that opens a file and
causes issues on Linux. We can use a temporary directory and let
compiler do all of the file handling.
<rdar://problem/59472703>
(cherry picked from commit 2500ac0)1 parent 4f8700b commit 95ac3b9
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | | - | |
539 | | - | |
540 | | - | |
| 538 | + | |
| 539 | + | |
541 | 540 | | |
542 | 541 | | |
543 | 542 | | |
| |||
550 | 549 | | |
551 | 550 | | |
552 | 551 | | |
553 | | - | |
| 552 | + | |
554 | 553 | | |
555 | 554 | | |
556 | 555 | | |
| |||
0 commit comments