Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Issue 1318713008: compile.py: add Clang lib/ dir to LD_LIBRARY_PATH on Linux. (Closed)

Created:
5 years, 3 months ago by krasin
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

compile.py: add Clang lib/ dir to LD_LIBRARY_PATH on Linux. This addresses the issue with using Gold LLVM plugin for LTO, where it needs libstdc++ located in that directory. If LD_LIBRARY_PATH is not specified, Gold could load the system libstdc++, and then Gold LLVM plugin will fail to load. BUG=chromium:521143

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M scripts/slave/compile.py View 1 chunk +7 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698