[PATCH] D77371: [Codegen/Statepoint] Allow usage of registers for non gc deopt values.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 04:50:44 PDT 2020


skatkov added a comment.

In D77371#1971651 <https://reviews.llvm.org/D77371#1971651>, @zero9178 wrote:

> This patch breaks building LLVM with BUILD_SHARED_LIBS due to a linker error. UseRegsitersForDeoptValues is declared as extern in TargetPassConfig while the definition of the value is in SelectionDAG/StatepointLower.cpp. As the LLVMCodegen target does not link against  LLVMSelectionDAG it causes undefined reference errors when linking LLVMCodegen


Thanks, I revert it and re-land after the fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77371/new/

https://reviews.llvm.org/D77371





More information about the llvm-commits mailing list