[llvm-commits] [llvm] r166207 - /llvm/trunk/tools/bugpoint-passes/bugpoint.exports

Bob Wilson bob.wilson at apple.com
Thu Oct 18 11:52:54 PDT 2012


Author: bwilson
Date: Thu Oct 18 13:52:54 2012
New Revision: 166207

URL: http://llvm.org/viewvc/llvm-project?rev=166207&view=rev
Log:
Revert "We need this symbol after an LTO build."

This reverts commit 165776.  The plug-in uses this symbol; it does not
define it.  It needs to be exported from bugpoint itself, not from the plug-in.

Modified:
    llvm/trunk/tools/bugpoint-passes/bugpoint.exports

Modified: llvm/trunk/tools/bugpoint-passes/bugpoint.exports
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint-passes/bugpoint.exports?rev=166207&r1=166206&r2=166207&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint-passes/bugpoint.exports (original)
+++ llvm/trunk/tools/bugpoint-passes/bugpoint.exports Thu Oct 18 13:52:54 2012
@@ -1 +0,0 @@
-_ZN4llvm14BasicBlockPass14doFinalizationERNS_6ModuleE





More information about the llvm-commits mailing list