Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add InlineAsmDiagnosticHandler for bitcode input | Steven Wu | 2015-02-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Summary: This patch installs an InlineAsmDiagnosticsHandler to avoid the crash report when the input is bitcode and the bitcode contains invalid inline assembly. The handler will simply print the same error message that will print from the backend. Add CHECK in test-case Reviewers: echristo, rafael Reviewed By: rafael Subscribers: rafael, cfe-commits Differential Revision: http://reviews.llvm.org/D7568 llvm-svn: 228898 | ||||
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -2/+4 |
| | | | | llvm-svn: 134831 | ||||
* | cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable ↵ | Evan Cheng | 2011-07-09 | 1 | -4/+2 |
| | | | | | | asm-errors.c llvm-svn: 134811 | ||||
* | disable this test to get the botz green again. | Chris Lattner | 2011-07-09 | 1 | -2/+4 |
| | | | | llvm-svn: 134808 | ||||
* | These tests require particular registered targets. Declared as such. | Galina Kistanova | 2011-06-03 | 1 | -0/+1 |
| | | | | llvm-svn: 132600 | ||||
* | Due to asmparser improvements, this error message is now better | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
| | | | | llvm-svn: 113177 | ||||
* | Prevent these tests from dirtying the tree with output files that aren't even | Chandler Carruth | 2010-08-06 | 1 | -1/+1 |
| | | | | | | used for the test. llvm-svn: 110431 | ||||
* | add a testcase that the integrated assembler rejects, this verifies | Chris Lattner | 2010-04-06 | 1 | -0/+8 |
that the integrated assembler is working. llvm-svn: 100545 |