Commit 78218b0
committed
build-script: support CMake install steps.
Currently, bots that perfrom an installation will build LLDB once using CMake
because that is the default and then again using Xcode because the CMake
install step is not implemented by build-script. This patch adds CMake support
by calling the generic cmake install-lldb step.
<rdar://problem/51317901>1 parent d543dd9 commit 78218b0
1 file changed
+16
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3537 | 3537 | | |
3538 | 3538 | | |
3539 | 3539 | | |
3540 | | - | |
3541 | | - | |
3542 | | - | |
| 3540 | + | |
| 3541 | + | |
| 3542 | + | |
3543 | 3543 | | |
3544 | | - | |
| 3544 | + | |
3545 | 3545 | | |
3546 | | - | |
| 3546 | + | |
3547 | 3547 | | |
3548 | | - | |
| 3548 | + | |
3549 | 3549 | | |
3550 | | - | |
3551 | | - | |
3552 | | - | |
3553 | | - | |
3554 | | - | |
3555 | | - | |
| 3550 | + | |
| 3551 | + | |
| 3552 | + | |
| 3553 | + | |
| 3554 | + | |
| 3555 | + | |
3556 | 3556 | | |
3557 | | - | |
| 3557 | + | |
| 3558 | + | |
| 3559 | + | |
| 3560 | + | |
3558 | 3561 | | |
3559 | 3562 | | |
3560 | 3563 | | |
| |||
0 commit comments