Commit 99e42cf
committed
[CMake] Simplify building of bolt-optimized clang for distribution builds
Currently if you want to do a distribution build (i.e. using
LLVM_DISTIRIBUTION_COMPONENTS) with a bolt-optimized clang, then
you need to pass two separate targets to ninja like this:
ninja -C build clang-bolt distribiution
This patch simplifies this workflow so that you can do a
distribution build with a bolt-optimized build with just a single target:
ninja -C build distribution1 parent 4ab298b commit 99e42cf
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| |||
0 commit comments