[PATCH] D104864: Update Bazel build for 929189a499
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 09:42:46 PDT 2021
GMNGeoffrey created this revision.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
GMNGeoffrey requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Updates Bazel build files to match
https://github.com/llvm/llvm-project/commit/929189a499
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104864
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4345,13 +4345,13 @@
"lib/Target/LLVMIR/DebugTranslation.cpp",
"lib/Target/LLVMIR/DebugTranslation.h",
"lib/Target/LLVMIR/ModuleTranslation.cpp",
- "lib/Target/LLVMIR/TypeTranslation.cpp",
+ "lib/Target/LLVMIR/TypeToLLVM.cpp",
],
hdrs = [
"include/mlir/Target/LLVMIR/Export.h",
"include/mlir/Target/LLVMIR/LLVMTranslationInterface.h",
"include/mlir/Target/LLVMIR/ModuleTranslation.h",
- "include/mlir/Target/LLVMIR/TypeTranslation.h",
+ "include/mlir/Target/LLVMIR/TypeToLLVM.h",
],
includes = ["include"],
deps = [
@@ -4550,8 +4550,12 @@
name = "FromLLVMIRTranslation",
srcs = [
"lib/Target/LLVMIR/ConvertFromLLVMIR.cpp",
+ "lib/Target/LLVMIR/TypeFromLLVM.cpp",
+ ],
+ hdrs = [
+ "include/mlir/Target/LLVMIR/Import.h",
+ "include/mlir/Target/LLVMIR/TypeFromLLVM.h",
],
- hdrs = ["include/mlir/Target/LLVMIR/Import.h"],
includes = ["include"],
deps = [
":IR",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104864.354282.patch
Type: text/x-patch
Size: 1276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210624/d5c2351a/attachment.bin>
More information about the llvm-commits
mailing list