r220604 - Make this test a bit stricter by checking clang's output too.
Rafael Espindola
rafael.espindola at gmail.com
Fri Oct 24 18:51:19 PDT 2014
Author: rafael
Date: Fri Oct 24 20:51:19 2014
New Revision: 220604
URL: http://llvm.org/viewvc/llvm-project?rev=220604&view=rev
Log:
Make this test a bit stricter by checking clang's output too.
Modified:
cfe/trunk/test/CodeGen/link-bitcode-file.c
Modified: cfe/trunk/test/CodeGen/link-bitcode-file.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/link-bitcode-file.c?rev=220604&r1=220603&r2=220604&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/link-bitcode-file.c (original)
+++ cfe/trunk/test/CodeGen/link-bitcode-file.c Fri Oct 24 20:51:19 2014
@@ -6,7 +6,7 @@ int f(void);
#ifdef BITCODE
-// CHECK-BC: 'f': symbol multiply defined
+// CHECK-BC: fatal error: cannot link module {{.*}}'f': symbol multiply defined
int f(void) {
return 42;
}
More information about the cfe-commits
mailing list