Integrate LLVM at llvm/llvm-project@2fa4186d4e
Updates LLVM usage to match [2fa4186d4e1c](https://github.com/llvm/llvm-project/commit/2fa4186d4e1c) PiperOrigin-RevId: 356383544 Change-Id: Ie6e1f60198b8aa62a279e755e0234ee00854868d
This commit is contained in:
parent
b757b8a8db
commit
c29aa443ec
@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "f89f6d1e5d7d9cefd9e1d4c7a17afb53245a1fa8"
|
||||
LLVM_SHA256 = "dcc663ea8f53345c709ad36bd71fc67102bac7590357dc7a46260074317759cc"
|
||||
LLVM_COMMIT = "2fa4186d4e1c0c5ce05efb4275f94bb7c2538dda"
|
||||
LLVM_SHA256 = "44d53acbed53c73cffd41281e053f86850ad7032ccf3ea68f238a010767b7260"
|
||||
LLVM_URLS = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
|
7
third_party/mlir/BUILD
vendored
7
third_party/mlir/BUILD
vendored
@ -2810,7 +2810,12 @@ cc_library(
|
||||
|
||||
cc_library(
|
||||
name = "SPIRVSerialization",
|
||||
srcs = ["lib/Target/SPIRV/Serialization/Serialization.cpp"],
|
||||
srcs = [
|
||||
"lib/Target/SPIRV/Serialization/Serialization.cpp",
|
||||
"lib/Target/SPIRV/Serialization/SerializeOps.cpp",
|
||||
"lib/Target/SPIRV/Serialization/Serializer.cpp",
|
||||
"lib/Target/SPIRV/Serialization/Serializer.h",
|
||||
],
|
||||
hdrs = ["include/mlir/Target/SPIRV/Serialization.h"],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
|
Loading…
Reference in New Issue
Block a user