[all-commits] [llvm/llvm-project] 93dc8b: [mlir] Add explicit friendship to LLVM::ModuleTran...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Feb 5 18:45:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93dc8bd26708ba5fb8b83b65c40ed840ef76730d
      https://github.com/llvm/llvm-project/commit/93dc8bd26708ba5fb8b83b65c40ed840ef76730d
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp

  Log Message:
  -----------
  [mlir] Add explicit friendship to LLVM::ModuleTranslation to derived
classes.

This allows for the `LLVM::ModuleTranslation::translateModule` to properly access the constructors of the derived classes.




More information about the All-commits mailing list