mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Revert "Work around libcrashpad_handler_trampoline.so ASan trunk clang problem"
This reverts commit 5a21d038c9c9f3baa4e360b0a9bf5d6417868edf. Reason for revert: Toolchain bug has now been fixed. Original change's description: > Work around libcrashpad_handler_trampoline.so ASan trunk clang problem > > This first landed downstream in Chromium at 7a8076717f11. > > Bug: chromium:936418 > Change-Id: I3eea804039829163948683f014bc10dee6477fb7 > Reviewed-on: https://chromium-review.googlesource.com/c/1495416 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> TBR=thakis@chromium.org,mark@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:936418 Change-Id: I17d40865b64805ffdc1fb5e71e67fee1856c03b7 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1546813 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
This commit is contained in:
parent
94dc7eb437
commit
439f50fb11
@ -14,10 +14,6 @@
|
||||
|
||||
import("../build/crashpad_buildconfig.gni")
|
||||
|
||||
if (crashpad_is_in_chromium) {
|
||||
import("//build/config/sanitizers/sanitizers.gni")
|
||||
}
|
||||
|
||||
static_library("handler") {
|
||||
sources = [
|
||||
"crash_report_upload_thread.cc",
|
||||
@ -181,8 +177,7 @@ if (crashpad_is_android) {
|
||||
|
||||
ldflags = [ "-llog" ]
|
||||
|
||||
# TODO(thakis): Remove !using_sanitizer, https://crbug.com/936418
|
||||
if (crashpad_is_in_chromium && !using_sanitizer) {
|
||||
if (crashpad_is_in_chromium) {
|
||||
no_default_deps = true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user