Chandler Carruth | edd9294 | 2015-02-14 09:43:57 +0000 | [diff] [blame] | 1 | ; RUN: not %gold -plugin %llvmshlibdir/LLVMgold.so \ |
Rafael Espindola | 6c472e5 | 2014-07-29 20:46:19 +0000 | [diff] [blame] | 2 | ; RUN: %p/Inputs/invalid.bc -o %t2 2>&1 | FileCheck %s |
3 | |||||
4 | ; test that only one error gets printed | ||||
5 | |||||
6 | ; CHECK: error: LLVM gold plugin has failed to create LTO module: Malformed block | ||||
7 | ; CHECK-NOT: error |