[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:32:30 PDT 2022


MatzeB added a comment.

Note that `libTarget` is not the same as actual targets like `lib/Target/X86`... The actual targets do link against `libCodeGen`... (it's all so confusing)


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

https://reviews.llvm.org/D123964



More information about the llvm-commits mailing list