llvm-project/mlir/lib
Nicolas Vasilache 9a8f2965f6 [mlir] Hotfix - Fix Windows build
This revision adds a static `mlir_c_runner_utils_static` library
for the sole purpose of being linked into `mlir_runner_utils` on
Windows.

It was previously reported that:
```

`add_llvm_library(mlir_c_runner_utils SHARED CRunnerUtils.cpp)`

produces *only* a dll on windows, the linking of mlir_runner_utils fails
because target_link_libraries is looking for a .lib file as opposed to a
.dll file. I think this may be a case where either we need to use
LINK_LIBS or explicitly build a static lib as well, but I haven't tried
either yet.
```
2020-03-03 09:27:33 -05:00
..
Analysis [mlir] Update several usages of IntegerType to properly handled unsignedness. 2020-03-02 09:19:26 -08:00
Conversion [MLIR][GPU] Add error checking to loop.parallel to gpu transform. 2020-03-03 13:29:09 +01:00
Dialect Fix MLIR build by adding missing header after cleanup in af450eab 2020-03-01 01:11:44 +00:00
EDSC Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
ExecutionEngine [mlir] Hotfix - Fix Windows build 2020-03-03 09:27:33 -05:00
IR [mlir] Update several usages of IntegerType to properly handled unsignedness. 2020-03-02 09:19:26 -08:00
Parser [mlir] Update several usages of IntegerType to properly handled unsignedness. 2020-03-02 09:19:26 -08:00
Pass Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
Quantizer Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
Support [mlir] mlir-opt: print a newline after the top-level module 2020-03-02 11:43:12 +01:00
TableGen Fix MLIR build by adding missing header after cleanup in af450eab 2020-03-01 01:11:44 +00:00
Target [MLIR] Added llvm.freeze 2020-03-02 10:24:01 +01:00
Transforms [mlir][DialectConversion] Abort early if a subregion has a disconnected CFG. 2020-03-02 09:28:21 -08:00
Translation Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00