[PATCH] D20271: [TM] Start collapsing LLVMTargetMachine into TargetMachine
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 08:58:04 PDT 2016
rafael added a comment.
Given the library dependencies I would assume the final version has to live in lib/CodeGen, no?
================
Comment at: lib/Target/TargetMachine.cpp:151
@@ -150,3 +151,3 @@
TargetIRAnalysis TargetMachine::getTargetIRAnalysis() {
return TargetIRAnalysis([this](const Function &F) {
----------------
Can you change this to be non-virtual now?
http://reviews.llvm.org/D20271
More information about the llvm-commits
mailing list