[all-commits] [llvm/llvm-project] 223154: [mlir] Remove need for static global ctors from ml...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Wed Apr 8 15:52:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 223154d267e2e935d1bbcba77fe222c8ef96e789
      https://github.com/llvm/llvm-project/commit/223154d267e2e935d1bbcba77fe222c8ef96e789
  Author: Jonathan Roelofs <jroelofs at jroelofs.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M mlir/cmake/modules/AddMLIR.cmake
    A mlir/include/mlir/InitAllTranslations.h
    M mlir/include/mlir/Translation.h
    M mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
    M mlir/lib/Target/LLVMIR/LLVMAVX512Intr.cpp
    M mlir/test/EDSC/CMakeLists.txt
    M mlir/test/SDBM/CMakeLists.txt
    M mlir/tools/mlir-shlib/CMakeLists.txt
    M mlir/tools/mlir-translate/CMakeLists.txt
    M mlir/tools/mlir-translate/mlir-translate.cpp
    M mlir/unittests/Dialect/SPIRV/CMakeLists.txt
    M mlir/unittests/SDBM/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Remove need for static global ctors from mlir-translate

Summary: https://bugs.llvm.org/show_bug.cgi?id=45436

Reviewers: mehdi_amini, mravishankar, antiagainst, rriddle, stephenneuendorffer

Reviewed By: mehdi_amini, rriddle, stephenneuendorffer

Subscribers: frgossen, stephenneuendorffer, jholewinski, mgorny, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, Joonsoo, bader, grosul1, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77515




More information about the All-commits mailing list