]> granicus.if.org Git - llvm/commit
Revert [Bugpoint redesign] Added Pass to Remove Global Variables
authorDiego Trevino Ferrer <diegof30@gmail.com>
Thu, 15 Aug 2019 19:08:15 +0000 (19:08 +0000)
committerDiego Trevino Ferrer <diegof30@gmail.com>
Thu, 15 Aug 2019 19:08:15 +0000 (19:08 +0000)
commitdb792383559d11385ef26aeb5137ad73e62e48df
tree4c052b2036733f9f533621e5e174f5921a1f4db9
parent0015b14b6e794cfb24658e4291eec37156fd26bf
Revert [Bugpoint redesign] Added Pass to Remove Global Variables

This reverts r368918 because it was unstable!

It broke these builds:
 * http://lab.llvm.org:8011/builders/lld-x86_64-ubuntu-fast/builds/4649
 * http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/29966
 * http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/29964

But surprisingly this passed:
 * http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/29965

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369039 91177308-0d34-0410-b5e6-96231b3b80d8
test/Reduce/Inputs/remove-global-vars.py [deleted file]
test/Reduce/remove-funcs.ll
test/Reduce/remove-global-vars.ll [deleted file]
tools/llvm-reduce/CMakeLists.txt
tools/llvm-reduce/DeltaManager.h
tools/llvm-reduce/deltas/ReduceGlobalVars.cpp [deleted file]
tools/llvm-reduce/deltas/ReduceGlobalVars.h [deleted file]