Merge "Rust bindgen should use r399163b."
This commit is contained in:
commit
13c1df6a2f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ var (
|
|||
defaultBindgenFlags = []string{""}
|
||||
|
||||
// bindgen should specify its own Clang revision so updating Clang isn't potentially blocked on bindgen failures.
|
||||
bindgenClangVersion = "clang-r383902c"
|
||||
bindgenClangVersion = "clang-r399163b"
|
||||
|
||||
//TODO(b/160803703) Use a prebuilt bindgen instead of the built bindgen.
|
||||
_ = pctx.HostBinToolVariable("bindgenCmd", "bindgen")
|
||||
|
|
Loading…
Reference in a new issue