Lines Matching refs:bugpoint
99 bugpoint command:
103 bugpoint foo.bc <list of passes printed by opt>
106 files that bugpoint emits. If something goes wrong with bugpoint, please
125 one of the following bugpoint command lines (use the one corresponding to
128 #. ``bugpoint -run-llc foo.bc``
129 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=pic``
130 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=static``
133 that bugpoint emits. If something goes wrong with bugpoint, please submit
156 bugpoint -run-llc [... optzn passes ...] file-to-test.bc --args -- [program arguments]
158 bugpoint will try to narrow down your list of passes to the one pass that
168 ``bugpoint``. The process ``bugpoint`` follows in this case is to try to
171 ``bugpoint`` will compile the code it deems to not be affected with the C
178 bugpoint -run-jit -output=[correct output file] [bitcode file] \
186 bugpoint -run-llc -output=[correct output file] [bitcode file] \
198 make bugpoint-jit
200 At the end of a successful ``bugpoint`` run, you will be presented
205 To reproduce the error that ``bugpoint`` found, it is sufficient to do