mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 15:23:37 +00:00
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:
parent
88e5b2c880
commit
8349b97378
2 changed files with 2 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -56,7 +56,7 @@ deps = {
|
|||
# Linux syscall support.
|
||||
"src/src/third_party/lss":
|
||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||
"@3f6478ac95edf86cd3da300c2c0d34a438f5dbeb",
|
||||
"@c555f533313986d29c827eb59c7bd99fd37b3ec4",
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue