Index: llvm/trunk/test/tools/gold/invalid-dir.ll =================================================================== --- llvm/trunk/test/tools/gold/invalid-dir.ll +++ llvm/trunk/test/tools/gold/invalid-dir.ll @@ -0,0 +1,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: Index: llvm/trunk/test/tools/gold/lit.local.cfg =================================================================== --- llvm/trunk/test/tools/gold/lit.local.cfg +++ llvm/trunk/test/tools/gold/lit.local.cfg @@ -0,0 +1,2 @@ +if (not 'ld_plugin' in config.available_features): + config.unsupported = True