1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/tools/gold/X86/error-unopenable.ll
2017-12-14 15:59:05 +00:00

9 lines
295 B
LLVM

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