[all-commits] [llvm/llvm-project] 324ae4: [mlir] Make mlir_check_link_libraries() work with ...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Fri Aug 14 11:39:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 324ae458df7ed2b8fa55ddb93af5af17887347a3
https://github.com/llvm/llvm-project/commit/324ae458df7ed2b8fa55ddb93af5af17887347a3
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M mlir/cmake/modules/AddMLIR.cmake
Log Message:
-----------
[mlir] Make mlir_check_link_libraries() work with interface libraries
This changes mlir_check_link_libraries() to work with interface libraries.
These don't have the LINK_LIBRARIES property.
Differential Revision: https://reviews.llvm.org/D85957
Commit: 6ce8e4f46b7aeef9d18580cf1612695a0f409cbb
https://github.com/llvm/llvm-project/commit/6ce8e4f46b7aeef9d18580cf1612695a0f409cbb
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M mlir/lib/IR/Dialect.cpp
Log Message:
-----------
[mlir] build fix for gcc-5
It appears in this case that an implicit cast from StringRef to std::string
doesn't happen. Fixed with an explicit cast.
Differential Revision: https://reviews.llvm.org/D85986
Commit: 65049f9b7934d6282fe599b29f44f93507148a9d
https://github.com/llvm/llvm-project/commit/65049f9b7934d6282fe599b29f44f93507148a9d
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
Log Message:
-----------
[examples][cmake] build fix for examples with BUILD_SHARED_LIBS=on
Differential Revision: https://reviews.llvm.org/D85987
Compare: https://github.com/llvm/llvm-project/compare/8f6f6f407aa9...65049f9b7934
More information about the All-commits
mailing list