mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
creates a cyclic dependency that breaks the build when BUILD_SHARED_LIBS=ON git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00a9618458
commit
7bd698153d
@ -49,8 +49,3 @@ add_llvm_target(ARMCodeGen
|
||||
Thumb2RegisterInfo.cpp
|
||||
Thumb2SizeReduction.cpp
|
||||
)
|
||||
|
||||
# The ARM CodeGen library depends on the AsmPrinter for just a
|
||||
# vtable, but GenLibDeps.pl is unable to detect it. So without this,
|
||||
# the build fails with "undefined reference to `vtable for ..."
|
||||
target_link_libraries(LLVMARMCodeGen LLVMARMAsmPrinter)
|
||||
|
Loading…
Reference in New Issue
Block a user