Commit 109566a
authored
[bazel] Fold "${Target}Analysis" targets into their respective CodeGen targets. (llvm#134312)
After 3801bf6, SPIRVAnalysis needs to
include SPIRV.h provided by SPIRVCodegen, but the CodeGen target already
depends on Analysis, so that would cause a circular dependency.
Analysis is a subdirectory of CodeGen so it makes sense as a part of the
main CodeGen target too.1 parent 506630d commit 109566a
1 file changed
+2
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3371 | 3371 | | |
3372 | 3372 | | |
3373 | 3373 | | |
| 3374 | + | |
| 3375 | + | |
3374 | 3376 | | |
3375 | 3377 | | |
3376 | 3378 | | |
| |||
3406 | 3408 | | |
3407 | 3409 | | |
3408 | 3410 | | |
3409 | | - | |
3410 | 3411 | | |
3411 | 3412 | | |
3412 | 3413 | | |
| |||
3511 | 3512 | | |
3512 | 3513 | | |
3513 | 3514 | | |
3514 | | - | |
3515 | | - | |
3516 | | - | |
3517 | | - | |
3518 | | - | |
3519 | | - | |
3520 | | - | |
3521 | | - | |
3522 | | - | |
3523 | | - | |
3524 | | - | |
3525 | | - | |
3526 | | - | |
3527 | | - | |
3528 | | - | |
3529 | | - | |
3530 | | - | |
3531 | | - | |
3532 | 3515 | | |
3533 | 3516 | | |
3534 | 3517 | | |
| |||
0 commit comments