summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/invalid-dir.ll
blob: a09e1e3be20aa6f832908c2b208812af2267d37f (plain)
1
2
3
4
5
6
7
; RUN: rm -rf %t.output
; RUN: mkdir %t.output
; RUN: llvm-as %s -o %t.o
; RUN: not %gold -plugin %llvmshlibdir/LLVMgold.so  -shared \
; RUN:    %t.o -o %t.output 2>&1 | FileCheck %s -check-prefix=OUTDIR

; OUTDIR: fatal error:
OpenPOWER on IntegriCloud