mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[docs] Document a way to simplify names in bugpoint output
llvm-svn: 318257
This commit is contained in:
parent
141501039d
commit
2aae3ca7a2
@ -151,6 +151,9 @@ non-obvious ways. Here are some hints and tips:
|
||||
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. To simplify the names,
|
||||
run ``opt -strip -instnamer`` over the IR.
|
||||
|
||||
What to do when bugpoint isn't enough
|
||||
=====================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user