Descriptioncompile.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 #
|