Home | History | Annotate | Download | only in docs

Lines Matching full:program

15 compiler is `miscompiling`_ the program (i.e., the
145 particular, check to see if the program `valgrind
148 being bugs in the program being compiled, not LLVM.
150 Once you determine that the program itself is not buggy, you should choose
151 which code generator you wish to compile the program with (e.g. LLC or the JIT)
156 bugpoint -run-llc [... optzn passes ...] file-to-test.bc --args -- [program arguments]
170 method, but since for correctness, the entire program must be run,
180 --args -- [program arguments]
188 --args -- [program arguments]
193 will pass the program options specified in the Makefiles:
197 cd llvm/test/../../program
222 ./test.llc [program options]
229 lli -load=safe.so test.bc [program options]