Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
authorDan Gohman <gohman@apple.com>
Thu, 15 Apr 2010 20:54:25 +0000 (20:54 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 15 Apr 2010 20:54:25 +0000 (20:54 +0000)
commitb16b53b181939fa6112498a00005d1df40d6de86
tree9478ccad505c974ebf512e2012461ceeb8b2e0b3
parentf27733f418f9b75c7f1feeab715accc3698ba12b
Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
native linking export files, including running sed to prepend underscores
on darwin, and make use of it in libLTO and libEnhancedDisassembly.

Remove the leading underscores from library export files so that they
work with the new EXPORTED_SYMBOL_FILE support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101399 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
tools/edis/EnhancedDisassembly.exports
tools/edis/Makefile
tools/lto/Makefile
tools/lto/lto.exports