Integrate LLVM at llvm/llvm-project@afed50a14b
Updates LLVM usage to match [afed50a14b34](https://github.com/llvm/llvm-project/commit/afed50a14b34) PiperOrigin-RevId: 365986449
This commit is contained in:
parent
eade942635
commit
af2aaa6144
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "c06a8f9caa51c7ea71dac716e0a35f5e343e4546"
|
||||
LLVM_COMMIT = "afed50a14b34eb619624aed5c85f4f610f360650"
|
||||
|
||||
LLVM_SHA256 = "9234928bc8ea04c512c6cba9e529ceca903ce56d50ea190916126f3a56d328db"
|
||||
LLVM_SHA256 = "eccfb27acb4bdcd9177af54b0b673a19fcb92a0bfbc223a09e8cff1666441fe4"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
c06a8f9caa51c7ea71dac716e0a35f5e343e4546
|
||||
afed50a14b34eb619624aed5c85f4f610f360650
|
||||
|
||||
|
|
Loading…
Reference in New Issue