[TF:XLA] Bump open source llvm revision to r363242
PiperOrigin-RevId: 253099982
This commit is contained in:
parent
a7ef0da19b
commit
c7ff4cce5a
@ -522,11 +522,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
|||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "llvm",
|
name = "llvm",
|
||||||
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
|
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
|
||||||
sha256 = "a0f29da4eeef5655f75dd758e04ae9f3016a3fb206cff0d8779ad331ca4a8f2e",
|
sha256 = "12f3bfba1aaa56a13deffc5cd1e6eba18523a8aecccb6c0084d910cc6ec432fa",
|
||||||
strip_prefix = "llvm-64267da8c68e9fa5d62eaa59b318755b20a213f9",
|
strip_prefix = "llvm-cdca5bb4d5cc08d39597c3d16a31f5a3ad80737a",
|
||||||
urls = [
|
urls = [
|
||||||
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/64267da8c68e9fa5d62eaa59b318755b20a213f9.tar.gz",
|
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/cdca5bb4d5cc08d39597c3d16a31f5a3ad80737a.tar.gz",
|
||||||
"https://github.com/llvm-mirror/llvm/archive/64267da8c68e9fa5d62eaa59b318755b20a213f9.tar.gz",
|
"https://github.com/llvm-mirror/llvm/archive/cdca5bb4d5cc08d39597c3d16a31f5a3ad80737a.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
1
third_party/llvm/llvm.autogenerated.BUILD
vendored
1
third_party/llvm/llvm.autogenerated.BUILD
vendored
@ -2147,6 +2147,7 @@ cc_library(
|
|||||||
copts = llvm_copts,
|
copts = llvm_copts,
|
||||||
deps = [
|
deps = [
|
||||||
":binary_format",
|
":binary_format",
|
||||||
|
":bit_reader",
|
||||||
":config",
|
":config",
|
||||||
":object",
|
":object",
|
||||||
":option",
|
":option",
|
||||||
|
Loading…
Reference in New Issue
Block a user