summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/invalid-dir.ll
blob: ec2293b2a70494e019eea9a2145465b3ffd52226 (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%shlibext  -shared \
; RUN:    %t.o -o %t.output 2>&1 | FileCheck %s -check-prefix=OUTDIR

; OUTDIR: fatal error:
OpenPOWER on IntegriCloud