mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
77a7b50432
Differential revision: https://reviews.llvm.org/D41238 llvm-svn: 320710
8 lines
260 B
LLVM
8 lines
260 B
LLVM
; RUN: not %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
|
|
; RUN: %p/Inputs/invalid.bc -o %t2 2>&1 | FileCheck %s
|
|
|
|
; test that only one error gets printed
|
|
|
|
; CHECK: error: LLVM gold plugin has failed to create LTO module: Malformed block
|
|
; CHECK-NOT: error
|