Mercurial > hg > CbC > CbC_llvm
diff docs/Bugpoint.rst @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | afa8332a0e37 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/docs/Bugpoint.rst Fri Feb 16 19:10:49 2018 +0900 +++ b/docs/Bugpoint.rst Sat Feb 17 09:57:20 2018 +0900 @@ -151,6 +151,11 @@ optimizations to be randomized and applied to the program. This process will repeat until a bug is found or the user kills ``bugpoint``. +* ``bugpoint`` can produce IR which contains long names. Run ``opt + -metarenamer`` over the IR to rename everything using easy-to-read, + metasyntactic names. Alternatively, run ``opt -strip -instnamer`` to rename + everything with very short (often purely numeric) names. + What to do when bugpoint isn't enough =====================================