Commit 79f3653
[flang][cmake] Fix bbc dependencies (llvm#152306)
Re-apply "[flang][cmake] Fix bcc dependencies (llvm#125822)"
It was overwritten due to an automatic merge gone wrong for llvm#124416.
`git cherry-pick f9af5c1` applied in
97cf061 ignored the renaming of
FortranCommon into FortranSupport after llvm#125822.
Original commit message:
The Fortran libraries are not part of MLIR, so they should use
target_link_libraries() rather than mlir_target_link_libraries().
This fixes an issue introduced in llvm#20966.
(cherry picked from commit 2bb23d4)1 parent 6203dde commit 79f3653
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 45 | | |
0 commit comments