15b8a1bd4SPeter Collingbourne; RUN: llvm-as -o %t %s 2*3efcfaddSEugene Leviant; RUN: not %gold -plugin %llvmshlibdir/LLVMgold%shlibext \ 317ee427eSKuba Mracek; RUN: --plugin-opt=obj-path=%t/nonexistent-dir/foo.o \ 45b8a1bd4SPeter Collingbourne; RUN: %t -o %t2 2>&1 | FileCheck %s 55b8a1bd4SPeter Collingbourne 65b8a1bd4SPeter Collingbourne; CHECK: Could not open file {{.*}}nonexistent-dir 75b8a1bd4SPeter Collingbourne 85b8a1bd4SPeter Collingbournetarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 9