From 8c1dcdf26dc7d597308698b5ae08680cebcd9d3f Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 18 Oct 2012 18:52:54 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166207 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint-passes/bugpoint.exports | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bugpoint-passes/bugpoint.exports b/tools/bugpoint-passes/bugpoint.exports index d8fdd6a5767..e69de29bb2d 100644 --- a/tools/bugpoint-passes/bugpoint.exports +++ b/tools/bugpoint-passes/bugpoint.exports @@ -1 +0,0 @@ -_ZN4llvm14BasicBlockPass14doFinalizationERNS_6ModuleE -- 2.34.1