[llvm-commits] [dragonegg] r172430 - in /dragonegg/trunk/test/validator/objc: 2008-11-12-Metadata.m 2010-03-17-StructRef.m

Duncan Sands baldrick at free.fr
Mon Jan 14 08:14:59 PST 2013


Author: baldrick
Date: Mon Jan 14 10:14:59 2013
New Revision: 172430

URL: http://llvm.org/viewvc/llvm-project?rev=172430&view=rev
Log:
These two tests were not actually making any use of -m64, it was just causing
the tests to fail when the targetted gcc was built without multilib support.

Modified:
    dragonegg/trunk/test/validator/objc/2008-11-12-Metadata.m
    dragonegg/trunk/test/validator/objc/2010-03-17-StructRef.m

Modified: dragonegg/trunk/test/validator/objc/2008-11-12-Metadata.m
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/objc/2008-11-12-Metadata.m?rev=172430&r1=172429&r2=172430&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/objc/2008-11-12-Metadata.m (original)
+++ dragonegg/trunk/test/validator/objc/2008-11-12-Metadata.m Mon Jan 14 10:14:59 2013
@@ -1,4 +1,4 @@
-// RUN: %dragonegg -x objective-c -m64 -S %s -o /dev/null
+// RUN: %dragonegg -x objective-c -S %s -o /dev/null
 
 @interface A
 @end

Modified: dragonegg/trunk/test/validator/objc/2010-03-17-StructRef.m
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/objc/2010-03-17-StructRef.m?rev=172430&r1=172429&r2=172430&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/objc/2010-03-17-StructRef.m (original)
+++ dragonegg/trunk/test/validator/objc/2010-03-17-StructRef.m Mon Jan 14 10:14:59 2013
@@ -1,4 +1,4 @@
-// RUN: %dragonegg %s -m64 -S -o - | FileCheck %s
+// RUN: %dragonegg %s -S -o - | FileCheck %s
 // Bitfield references must not touch memory outside of the enclosing
 // struct.   Radar 7639995
 typedef signed char BOOL;





More information about the llvm-commits mailing list