[all-commits] [llvm/llvm-project] 523160: [mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-...
Edgar via All-commits
all-commits at lists.llvm.org
Tue Nov 28 17:37:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 523160555925ff451e7c6d213a377d191e514805
https://github.com/llvm/llvm-project/commit/523160555925ff451e7c6d213a377d191e514805
Author: Edgar <git at edgarluque.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
A mlir/include/mlir-c/Target/LLVMIR.h
M mlir/lib/CAPI/CMakeLists.txt
A mlir/lib/CAPI/Target/CMakeLists.txt
A mlir/lib/CAPI/Target/LLVMIR.cpp
M mlir/test/CAPI/CMakeLists.txt
A mlir/test/CAPI/translation.c
M mlir/test/CMakeLists.txt
M mlir/test/lit.cfg.py
Log Message:
-----------
[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)
The test was checking something unrelated to what it controlled so it
failed after that part changed, i removed that.
See https://github.com/llvm/llvm-project/pull/73117
More information about the All-commits
mailing list