Home | History | Annotate | Download | only in gold
      1 ; RUN: rm -rf %t.output
      2 ; RUN: mkdir %t.output
      3 ; RUN: llvm-as %s -o %t.o
      4 ; RUN: not %gold -plugin %llvmshlibdir/LLVMgold%shlibext  -shared \
      5 ; RUN:    %t.o -o %t.output 2>&1 | FileCheck %s -check-prefix=OUTDIR
      6 
      7 ; OUTDIR: fatal error:
      8