brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 13ebd48 Raw
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