summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings/llvm-c/empty.ll
blob: 84eb9fdb18446fdf44346ea3c64c6089a6d05d3a (plain)
1
2
3
4
5
; 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
OpenPOWER on IntegriCloud