Integrate LLVM at https://github.com/llvm/llvm-project/commit/f0bab7875e78
PiperOrigin-RevId: 318486156 Change-Id: Ia6ed9f1abbeedaffb2ec5542ed2aa138d263c022
This commit is contained in:
parent
530aa3e4e0
commit
18b997fb9d
tensorflow
@ -17,6 +17,7 @@ limitations under the License.
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "tensorflow/compiler/xla/status_macros.h"
|
||||
|
||||
namespace xla {
|
||||
|
@ -710,8 +710,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "d45cf9105b5a88ed03382ffbbfcd54b461f1bb23"
|
||||
LLVM_SHA256 = "c98ec5c91fb2e577a5ad3e8f3e288c6df7794e1a615c91a1a97df169d3f69e36"
|
||||
LLVM_COMMIT = "f0bab7875e78e01c149d12302dcc4b6d4c43e25c"
|
||||
LLVM_SHA256 = "80f63ba572f3b73fe88cebe381aa71b63a339197a50d2571e28286506fe2b43e"
|
||||
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),
|
||||
|
Loading…
Reference in New Issue
Block a user