Chromium Code Reviews
DescriptionFix rpath dependencies in ASAN builds of chrome_sandbox.
chrome_sandbox is a setuid binary, so we don't want it to pick
up -Wl,-rpath=$ORIGIN. Binaries built with sanitizers might
need that flag in order to pick up the instrumented libraries
properly, so the fix for this is to just not build chrome_sandbox
with any of the sanitizer flags.
R=rickyz@chromium.org, llozano@chromium.org
BUG=624901
Committed: https://crrev.com/651705fee413b0e84bddbf65ae563c7c6e7e2868
Cr-Commit-Position: refs/heads/master@{#405692}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||