| commit | fd381328ff9e0cdc1cc9d889d04db47634d795e8 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Mar 16 06:41:47 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Mar 16 06:41:47 2010 +0000 |
| tree | 299efc265d9de38d476e24104c9dac96ef08c30a | |
| parent | cf910439ee9411a67c7ac8aefab03bd4a67e86f2 [diff] |
add support for bugpointing the integrated assembler. Something like this works for me: bugpoint Output/bisort.llvm.bc -run-llc-ia -safe-run-llc This uses llc with the integrated assembler as the test compiler and llc without it as the safe compiler. llvm-svn: 98618