[PATCH] D123964: CodeGen: Replace some uses of LLVMTargetMachine with TargetMachine
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 11:05:38 PDT 2022
MatzeB added a comment.
The discussion in https://reviews.llvm.org/D38489 seems to indicate that the problem is that some users/binaries link `libTarget` but not `libCodeGen` and they expect `TargetMachine` to work but not `LLVMTargetMachine`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123964/new/
https://reviews.llvm.org/D123964
More information about the llvm-commits
mailing list