Fix sanitizer_options_link_helper for iOS.
Review-Url: https://codereview.chromium.org/2369933006 Cr-Original-Commit-Position: refs/heads/master@{#421306} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 9b66238c85080ad1e15a5080a79ba6253e3c16b6
This commit is contained in:
Родитель
2107ad980b
Коммит
978765f434
|
@ -109,7 +109,7 @@ if ((is_mac || is_win) && using_sanitizer) {
|
|||
}
|
||||
|
||||
config("sanitizer_options_link_helper") {
|
||||
if (is_mac) {
|
||||
if (is_mac || is_ios) {
|
||||
ldflags = [ "-Wl,-U,_sanitizer_options_link_helper" ]
|
||||
} else if (!is_win) {
|
||||
ldflags = [ "-Wl,-u_sanitizer_options_link_helper" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче