Skip to content
  • Nick Lewycky's avatar
    Move global variables in TargetMachine into new TargetOptions class. As an API · 50f02cb2
    Nick Lewycky authored
    change, now you need a TargetOptions object to create a TargetMachine. Clang
    patch to follow.
    
    One small functionality change in PTX. PTX had commented out the machine
    verifier parts in their copy of printAndVerify. That now calls the version in
    LLVMTargetMachine. Users of PTX who need verification disabled should rely on
    not passing the command-line flag to enable it.
    
    llvm-svn: 145714
    50f02cb2
Loading