[all-commits] [llvm/llvm-project] f43215: [flang] update tools/f18 to use LLVM_LINK_COMPONENTS.
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue May 5 08:55:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f432154d1bcfd61c9a8fcef9559917696fa09233
https://github.com/llvm/llvm-project/commit/f432154d1bcfd61c9a8fcef9559917696fa09233
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M flang/tools/f18/CMakeLists.txt
Log Message:
-----------
[flang] update tools/f18 to use LLVM_LINK_COMPONENTS.
This will prevent conflicts with libLLVM.so when using LLVM_LINK_LLVM_DYLIB=on.
Differential Revision: https://reviews.llvm.org/D79370
Commit: e78ef9385cab6b96c4e5da0e312aeadb85f933f4
https://github.com/llvm/llvm-project/commit/e78ef9385cab6b96c4e5da0e312aeadb85f933f4
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
Log Message:
-----------
[MLIR] GPUToCUDA conversion: MC is only needed if NVPTX is enabled.
This patch conditionally links with MC
Compare: https://github.com/llvm/llvm-project/compare/85aff8a4e49d...e78ef9385cab
More information about the All-commits
mailing list