9 lines · plain
1; RUN: llvm-as -o %t %s2; RUN: not %gold -plugin %llvmshlibdir/LLVMgold%shlibext \3; RUN: --plugin-opt=obj-path=%t/nonexistent-dir/foo.o \4; RUN: %t -o %t2 2>&1 | FileCheck %s5 6; CHECK: Could not open file {{.*}}nonexistent-dir7 8target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"9