Allow a user of libLTO to specify the full pathname of the gcc executable to
authorNick Lewycky <nicholas@mxc.ca>
Thu, 30 Apr 2009 15:24:09 +0000 (15:24 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 30 Apr 2009 15:24:09 +0000 (15:24 +0000)
commit195bea3498a7de1d84ace6d4685f02d4d7485468
treeef987190535265c94f3c479cab77548c8c8517ac
parent4e5ea553d055512b0b8aa098e363ae17bafda957
Allow a user of libLTO to specify the full pathname of the gcc executable to
run when assembling.

Wire this up to the gold plugin. You can now pass --plugin-opt gcc=/foo/bar/gcc
and it will run that gcc instead of looking for it on the path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70490 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOCodeGenerator.h
tools/lto/lto.cpp