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.
Authors: Mason Remy <masonremy@gmail.com>
Paths
| Differential D75769
[mlir][nfc] Fix building mlir_c_runner_utils for Windows ClosedPublic Authored by kernhanda on Mar 6 2020, 12:58 PM.
Details Summary On Windows, building mlir_c_runner_utils doesn't properly export Authors: Mason Remy <masonremy@gmail.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 6 2020, 7:52 PM Closed by commit rGc3108404c19a: [mlir][nfc] Fix building mlir_c_runner_utils for Windows (authored by Mason Remy <masonremy@gmail.com>, committed by rriddle). · Explain WhyMar 6 2020, 10:57 PM This revision was automatically updated to reflect the committed changes. Comment Actions Please look at https://reviews.llvm.org/D76031, it is pretty vanilla but I'd rather have someone test it on Windows.
Revision Contents
Diff 248902 mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
mlir/lib/ExecutionEngine/CRunnerUtils.cpp
|