Commit 7292616
committed
[llvm][cmake] Error if lldb project is enabled without clang
Fixes #54555
We could do what flang does and enable clang automatically,
but I personally prefer making the user make the choice.
Also from a buld requirements perspective, flang is a bigger
build than clang. So if you're already set on building flang,
clang should be within your budget too. lldb is smaller than
clang.1 parent 5009613 commit 7292616
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
0 commit comments