[PATCH] D77371: [Codegen/Statepoint] Allow usage of registers for non gc deopt values.
Markus Böck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 04:18:30 PDT 2020
zero9178 added a comment.
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
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