mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Don't include clang package's libstdc++.so in sanitizer builds
LLVM binaries no longer need libstdc++.so as of https://crrev.com/c/3513603. Change-Id: I00c18e3d24167a8edda1b0a25a9ef00c0c2bde52 Bug: chromium:1286289 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255641 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36212}
This commit is contained in:
parent
4f7a41de70
commit
160b37b70f
1 changed files with 0 additions and 10 deletions
10
webrtc.gni
10
webrtc.gni
|
@ -522,16 +522,6 @@ template("rtc_test") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (using_sanitizer) {
|
|
||||||
if (is_linux) {
|
|
||||||
if (!defined(invoker.data)) {
|
|
||||||
data = []
|
|
||||||
}
|
|
||||||
data +=
|
|
||||||
[ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# TODO(crbug.com/webrtc/13556): Adding the .app folder in the runtime_deps
|
# TODO(crbug.com/webrtc/13556): Adding the .app folder in the runtime_deps
|
||||||
# shoulnd't be necessary. this code should be removed and the same solution
|
# shoulnd't be necessary. this code should be removed and the same solution
|
||||||
# as Chromium should be used.
|
# as Chromium should be used.
|
||||||
|
|
Loading…
Reference in a new issue