]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Fix option parsing in the gold plugin.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Oct 2013 14:36:23 +0000 (14:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Oct 2013 14:36:23 +0000 (14:36 +0000)
commit0e95b3aba9b2039ae3af617e681aacca2ff81f79
tree4e646da3d82ad3e5c3eed95dd76687befca04b7a
parent1a1d7c4f4c68d64ae5d96ba45270cfcf46421ca0
Fix option parsing in the gold plugin.

This was broken when options were moved up in r191680. No test because this is
specific LLVMgold.so/libLTO.so.

Patch by Tom Roeder!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191829 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/LTOCodeGenerator.h
lib/LTO/LTOCodeGenerator.cpp
tools/lto/lto.cpp