[cfe-commits] r106522 - /cfe/trunk/test/CodeGenObjC/category-class.m

Douglas Gregor dgregor at apple.com
Mon Jun 21 19:17:07 PDT 2010


Author: dgregor
Date: Mon Jun 21 21:17:07 2010
New Revision: 106522

URL: http://llvm.org/viewvc/llvm-project?rev=106522&view=rev
Log:
Attempt to fix test

Modified:
    cfe/trunk/test/CodeGenObjC/category-class.m

Modified: cfe/trunk/test/CodeGenObjC/category-class.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/category-class.m?rev=106522&r1=106521&r2=106522&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/category-class.m (original)
+++ cfe/trunk/test/CodeGenObjC/category-class.m Mon Jun 21 21:17:07 2010
@@ -1,4 +1,4 @@
-// RUN: %clang -c %s -o %t && libtool -static -o libcodegentest.a %t && %clang -bundle -o codegentestbundle -L. -lcodegentest -Wl,-ObjC && nm codegentestbundle | grep -F '[A(foo) foo_myStuff]'
+// RUN: %clang -c %s -o %t.o && libtool -static -o libcodegentest.a %t.o && %clang -bundle -o codegentestbundle -L. -lcodegentest -Wl,-ObjC && nm codegentestbundle | grep -F '[A(foo) foo_myStuff]'
 // XFAIL: *
 // XTARGET: darwin9
 // PR7431





More information about the cfe-commits mailing list