Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 9356e17

Browse files
committed
Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)"
Breaks https://lab.llvm.org/buildbot/#/builders/5/builds/38700 This reverts commit ad0b2a5.
1 parent a5f548b commit 9356e17

File tree

4 files changed

+1
-88
lines changed

4 files changed

+1
-88
lines changed

mlir/include/mlir-c/Target/LLVMIR.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

mlir/lib/CAPI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ add_subdirectory(Interfaces)
1414
add_subdirectory(IR)
1515
add_subdirectory(RegisterEverything)
1616
add_subdirectory(Transforms)
17-
add_subdirectory(Target)
1817

1918
if(MLIR_ENABLE_EXECUTION_ENGINE)
2019
add_subdirectory(ExecutionEngine)
@@ -37,3 +36,4 @@ if(MLIR_BUILD_MLIR_C_DYLIB)
3736
endif()
3837
endif()
3938
endif()
39+

mlir/lib/CAPI/Target/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

mlir/lib/CAPI/Target/LLVMIR.cpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)