提交 b42ffc24 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Integrate LLVM at llvm/llvm-project@02bf5632a94d

Updates LLVM usage to match
[02bf5632a94d](https://github.com/llvm/llvm-project/commit/02bf5632a94d)

PiperOrigin-RevId: 327894378
Change-Id: Id377dccdd14a889fa8c565c0a952972677a8709d
上级 1d654624
......@@ -711,8 +711,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "5e3fd471acb7fb01514b55bd24522da099a7b97c"
LLVM_SHA256 = "6312aea6c83445d4a236e5c6f48f07e5bd0ccc77a13a579a1e49495568169f34"
LLVM_COMMIT = "02bf5632a94da6c3570df002804f8d3f79c11bfc"
LLVM_SHA256 = "cd21689a7e3ccdfcb90673a4bfb0db3e1a569d92d8003d11f04069667bedceed"
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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册