roll lss deps

We want the updated ARMv8/IT fix in the clone code path that newer
versions of clang warn about.

Change-Id: Ibd2d301d94cd09affc4225d013547ee1e24fac82
Reviewed-on: https://chromium-review.googlesource.com/448001
Reviewed-by: Mark Seaborn <mseaborn@chromium.org>
This commit is contained in:
Mike Frysinger 2017-03-01 14:01:41 -07:00
parent 88e5b2c880
commit 8349b97378
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -56,7 +56,7 @@ deps = {
# Linux syscall support.
"src/src/third_party/lss":
"https://chromium.googlesource.com/linux-syscall-support/" +
"@3f6478ac95edf86cd3da300c2c0d34a438f5dbeb",
"@c555f533313986d29c827eb59c7bd99fd37b3ec4",
}
hooks = [

View file

@ -37,7 +37,7 @@
<project path='src/src/third_party/lss'
name='linux-syscall-support/'
revision='3f6478ac95edf86cd3da300c2c0d34a438f5dbeb'
revision='c555f533313986d29c827eb59c7bd99fd37b3ec4'
remote='chromium' />
<project path='src/src/third_party/protobuf/protobuf'