[llvm] Overhaul the TargetMachine and LLVMTargetMachine Classes (PR #111234)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct  4 23:16:17 PDT 2024
    
    
  
================
@@ -256,7 +256,7 @@ struct LandingPadInfo {
 
 class LLVM_ABI MachineFunction {
   Function &F;
-  const LLVMTargetMachine &Target;
----------------
arsenm wrote:
I'd expect all of the references in the codegen infrastructure to refer to the codegen dependent subclass 
https://github.com/llvm/llvm-project/pull/111234
    
    
More information about the llvm-commits
mailing list