Skip to content

Commit b3942cd

Browse files
authored
[LLVM Pulldown ] Bump to LLVM rev 20a829937cc8cd69170b75c0bb7f31ad9ba19677 (#1108)
1 parent 1e8dd14 commit b3942cd

File tree

6 files changed

+1
-292
lines changed

6 files changed

+1
-292
lines changed

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
92164faf17d553359418b9f49c1a41d680d0de49
1+
20a829937cc8cd69170b75c0bb7f31ad9ba19677

include/imex/InitIMEXDialects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ inline void registerAllDialects(::mlir::DialectRegistry &registry) {
4141
ndarray::registerAllExtensions(registry);
4242
// Register all external models.
4343
region::registerBufferizableOpInterfaceExternalModels(registry);
44-
xevm::registerXeVMTargetInterfaceExternalModels(registry);
4544
}
4645

4746
/// Append all the IMEX dialects to the registry contained in the given context.

lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
add_subdirectory(Dialect)
22
add_subdirectory(CAPI)
33
add_subdirectory(Conversion)
4-
add_subdirectory(Target)
54
add_subdirectory(Transforms)
65
add_subdirectory(ExecutionEngine)
76
add_subdirectory(Utils)

lib/Target/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/Target/LLVM/CMakeLists.txt

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

lib/Target/LLVM/XeVM/Target.cpp

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

0 commit comments

Comments
 (0)