[all-commits] [llvm/llvm-project] c31084: [mlir][nfc] Fix building mlir_c_runner_utils for W...

Mason Remy via All-commits all-commits at lists.llvm.org
Fri Mar 6 22:53:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3108404c19a6472df4dd8dd5132d5b29f97cd05
      https://github.com/llvm/llvm-project/commit/c3108404c19a6472df4dd8dd5132d5b29f97cd05
  Author: Mason Remy <masonremy at gmail.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
    M mlir/lib/ExecutionEngine/CRunnerUtils.cpp

  Log Message:
  -----------
  [mlir][nfc] Fix building mlir_c_runner_utils for Windows

Summary:
On Windows, building `mlir_c_runner_utils` doesn't properly export
symbols, thus resulting in an implib not being created, which causes
an error when consuming LLVM from external projects.

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




More information about the All-commits mailing list