[dragonegg] r194715 - Allow for a bitcast that shows up in some versions of gcc.

Rafael Espindola rafael.espindola at gmail.com
Thu Nov 14 09:24:02 PST 2013


Author: rafael
Date: Thu Nov 14 11:24:02 2013
New Revision: 194715

URL: http://llvm.org/viewvc/llvm-project?rev=194715&view=rev
Log:
Allow for a bitcast that shows up in some versions of gcc.

Modified:
    dragonegg/trunk/test/validator/c/ExternFunctionWeakref.c

Modified: dragonegg/trunk/test/validator/c/ExternFunctionWeakref.c
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/c/ExternFunctionWeakref.c?rev=194715&r1=194714&r2=194715&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/c/ExternFunctionWeakref.c (original)
+++ dragonegg/trunk/test/validator/c/ExternFunctionWeakref.c Thu Nov 14 11:24:02 2013
@@ -3,5 +3,5 @@
 static void function_weakref(void) __attribute__ ((weakref("foo")));
 void *use_function = (void *)function_weakref;
 
-// CHECK: @use_function = unnamed_addr global void ()* @foo
+// CHECK: @use_function = unnamed_addr global {{.*}} @foo
 // CHECK: declare extern_weak void @foo()





More information about the llvm-commits mailing list