Integrate LLVM at llvm/llvm-project@becaa6803a
Updates LLVM usage to match [becaa6803ab5](https://github.com/llvm/llvm-project/commit/becaa6803ab5) PiperOrigin-RevId: 322341078 Change-Id: I9a57a9d3f8aecf932cac0a98f0c902912c5a315a
This commit is contained in:
parent
994d094c8c
commit
9d3aad8797
@ -711,8 +711,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Check out LLVM and MLIR from llvm-project.
|
# Check out LLVM and MLIR from llvm-project.
|
||||||
LLVM_COMMIT = "30371df85f3e6fc2352647566f92c9079f77b2c7"
|
LLVM_COMMIT = "becaa6803ab532d15506829f0551a5fa49c39d7e"
|
||||||
LLVM_SHA256 = "432d415dfa3de87f64e147aa0db7f432c707692bdd53d524f8d7185435380864"
|
LLVM_SHA256 = "4dd3797959716010c355ee327b7649b98e1da491e198421d258b5c515d677a40"
|
||||||
LLVM_URLS = [
|
LLVM_URLS = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
"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),
|
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||||
|
1
third_party/llvm/llvm.autogenerated.BUILD
vendored
1
third_party/llvm/llvm.autogenerated.BUILD
vendored
@ -3188,6 +3188,7 @@ cc_library(
|
|||||||
]),
|
]),
|
||||||
copts = llvm_copts,
|
copts = llvm_copts,
|
||||||
deps = [
|
deps = [
|
||||||
|
":BinaryFormat",
|
||||||
":DebugInfoCodeView",
|
":DebugInfoCodeView",
|
||||||
":MC",
|
":MC",
|
||||||
":Object",
|
":Object",
|
||||||
|
Loading…
Reference in New Issue
Block a user