[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:30:02 PDT 2022
MatzeB added a comment.
No?
- `TargetMachine` is defined in `libTarget` (`lib/Target/TargetMachine.cpp`)
- `LLVMTargetMachine` is defined in `libCodegen` (`lib/CodeGen/LLVMTargetMachine.cpp`) and `libCodeGen` links to `libTarget` (but not the other way round).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123964/new/
https://reviews.llvm.org/D123964
More information about the llvm-commits
mailing list