mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
04e6411373
Differential Revision: http://reviews.llvm.org/D18820 llvm-svn: 265773
6 lines
267 B
LLVM
6 lines
267 B
LLVM
; RUN: llvm-as < %s | llvm-dis > %t.orig
|
|
; RUN: llvm-as < %s | llvm-c-test --echo > %t.echo
|
|
; RUN: diff -w %t.orig %t.echo
|
|
; RUN: llvm-as < %s | llvm-c-test --test-diagnostic-handler 2>&1 | FileCheck %s
|
|
; CHECK: Diagnostic handler was not called while loading module
|