mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-20 18:52:46 +00:00
Try to fix a circular dependency in the modules build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ec1430711
commit
fe2ae4c80c
@ -743,6 +743,7 @@ if( MINGW )
|
||||
endif()
|
||||
|
||||
# Put this before tblgen. Else we have a circular dependence.
|
||||
add_subdirectory(lib/Demangle)
|
||||
add_subdirectory(lib/Support)
|
||||
add_subdirectory(lib/TableGen)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt
|
||||
# `Demangle', `Support' and `TableGen' libraries are added on the top-level
|
||||
# CMakeLists.txt
|
||||
|
||||
add_subdirectory(Demangle)
|
||||
add_subdirectory(IR)
|
||||
add_subdirectory(IRReader)
|
||||
add_subdirectory(CodeGen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user