Skip to content

Commit a32490d

Browse files
committed
[rebase] remove LinalgOdsGen dependency from lib/Frontend/CMakeLists.txt
This was added in fir-dev in this commit: 9979896 After the rebased, this caused the following error in out-of-tree builds: "CMake Error at build/lib/cmake/llvm/AddLLVM.cmake:680 (add_dependencies): The dependency target "LinalgOdsGen" of target "flangFrontend" does not exist." Removing it removes the error, and in and out of tree builds pass with and without shared libraries.
1 parent e944411 commit a32490d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Frontend/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ add_flang_library(flangFrontend
1212

1313
DEPENDS
1414
clangBasic
15-
LinalgOdsGen
1615

1716
LINK_LIBS
1817
FortranParser

0 commit comments

Comments
 (0)