forked from OSchip/llvm-project
parent
14e909a942
commit
05ed521a88
|
@ -50,7 +50,7 @@ add_llvm_target(ARMCodeGen
|
|||
Thumb2SizeReduction.cpp
|
||||
)
|
||||
|
||||
# The ARM CodeGen library depends on the AsmPrinter for just an
|
||||
# vtable, but GenLibDeps.pl is unable to detect it. So without this
|
||||
# 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