llvm-project/mlir/lib/Support
Stephen Neuendorffer 37ce8d6ade [MLIR] Fix linkage for libMLIR.so
Generally:
1) don't use target_link_libraries() and add_mlir_library() on the same target, use LINK_LIBS PUBLIC instead.
2) don't use LINK_LIBS to specify LLVM libraries.  Use LINK_COMPONENTS instead
3) no need to link against LLVMSupport.  We pull it in by default.

Differential Revision: https://reviews.llvm.org/D80076
2020-05-17 13:46:52 -07:00
..
CMakeLists.txt [MLIR] Fix linkage for libMLIR.so 2020-05-17 13:46:52 -07:00
FileUtilities.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
MlirOptMain.cpp [mlir][mlir-opt] Disable multithreading when parsing the input module. 2020-05-04 17:29:56 -07:00
StorageUniquer.cpp [mlir] Add a new context flag for disabling/enabling multi-threading 2020-05-02 12:32:25 -07:00
ToolUtilities.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00