| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Turns out it was there mostly to prevent Clang asking people to report a bug.
This time we report something to Clang's real diagnostics handler so that it
exits with something approximating a real error and tidies up after itself.
llvm-svn: 265592
|
|
|
|
|
|
|
|
| |
Whatever crash it was there to present appears to have been fixed in the
backend now, and it had the nasty side-effect of causing clang to exit(0) and
leave a .o containing goodness knows what even when an error hit.
llvm-svn: 265038
|
|
|
|
|
|
|
| |
r134811 made the test pass and reenabled it, but r134831
accidentally disabled it again due to a bad merge.
llvm-svn: 263168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 134831
|
|
|
|
|
|
| |
asm-errors.c
llvm-svn: 134811
|
|
|
|
| |
llvm-svn: 134808
|
|
|
|
| |
llvm-svn: 132600
|
|
|
|
| |
llvm-svn: 113177
|
|
|
|
|
|
| |
used for the test.
llvm-svn: 110431
|
|
that the integrated assembler is working.
llvm-svn: 100545
|