[all-commits] [llvm/llvm-project] 8b3155: [MLIR] Fix build when NVPTX is not enabled
Marius Brehler via All-commits
all-commits at lists.llvm.org
Thu May 28 14:08:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b3155829a99fecc9e62f84d95668d0e85a0dd62
https://github.com/llvm/llvm-project/commit/8b3155829a99fecc9e62f84d95668d0e85a0dd62
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
Log Message:
-----------
[MLIR] Fix build when NVPTX is not enabled
In this case, neither target is selected, but there is still a dependence
on the MC library (through the TargetOptions.h include)
Commit: 3bff62d45f83ab2c480d82809cd91a32b4a6553d
https://github.com/llvm/llvm-project/commit/3bff62d45f83ab2c480d82809cd91a32b4a6553d
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M mlir/examples/standalone/CMakeLists.txt
M mlir/examples/standalone/README.md
A mlir/examples/standalone/standalone-translate/CMakeLists.txt
A mlir/examples/standalone/standalone-translate/standalone-translate.cpp
M mlir/examples/standalone/test/CMakeLists.txt
A mlir/examples/standalone/test/Standalone/standalone-translate.mlir
M mlir/examples/standalone/test/lit.cfg.py
M mlir/test/Examples/standalone/test.toy
Log Message:
-----------
[mlir] Extend standalone example by standalone-translate
Extend the standalone by standalone-translate, based on mlir-translate.
Differential Revision: https://reviews.llvm.org/D80737
Compare: https://github.com/llvm/llvm-project/compare/e8e7b2cb46bb...3bff62d45f83
More information about the All-commits
mailing list