llvm-project/mlir/lib/Support
Stephen Neuendorffer 1c82dd39f9 [MLIR] Ensure that target_link_libraries() always has a keyword.
CMake allows calling target_link_libraries() without a keyword,
but this usage is not preferred when also called with a keyword,
and has surprising behavior.  This patch explicitly specifies a
keyword when using target_link_libraries().

Differential Revision: https://reviews.llvm.org/D75725
2020-03-06 09:14:01 -08:00
..
CMakeLists.txt [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
FileUtilities.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
JitRunner.cpp [MLIR] Refactor library initialization of JitRunner. 2020-02-28 11:35:17 -08:00
MlirOptMain.cpp [mlir] mlir-opt: print a newline after the top-level module 2020-03-02 11:43:12 +01:00
StorageUniquer.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
ToolUtilities.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
TranslateClParser.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00