summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/syntax
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-04-20 23:42:22 +0000
committerJF Bastien <jfb@google.com>2015-04-20 23:42:22 +0000
commitf87e20dd87cb761cc376aeb38cefdcf0a84ee8d3 (patch)
tree2c2a3b25505b95c8d0d6830a972e5f5a72ae45e8 /llvm/utils/vim/syntax
parent362f89cd46413d53d687dd0b95047de736f8d9d7 (diff)
downloadbcm5719-llvm-f87e20dd87cb761cc376aeb38cefdcf0a84ee8d3.tar.gz
bcm5719-llvm-f87e20dd87cb761cc376aeb38cefdcf0a84ee8d3.zip
bugpoint Enhancement.
Summary: This patch adds two flags to `bugpoint`: "-replace-funcs-with-null" and "-disable-pass-list-reduction". When "-replace-funcs-with-null" is specified, bugpoint will, instead of simply deleting function bodies, replace all uses of functions and then will delete functions completely from the test module, correctly handling aliasing and @llvm.used && @llvm.compiler.used. This part was conceived while trying to debug the PNaCl IR simplification passes, which don't allow undefined functions (ie no declarations). With "-disable-pass-list-reduction", bugpoint won't try to reduce the set of passes causing the "crash". This is needed in cases where one is trying to debug an issue inside the PNaCl IR simplification passes which is causing an PNaCl ABI verification error, for example. Reviewers: jfb Reviewed By: jfb Subscribers: jfb, llvm-commits Differential Revision: http://reviews.llvm.org/D8555 llvm-svn: 235362
Diffstat (limited to 'llvm/utils/vim/syntax')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud