]> granicus.if.org Git - clang/commitdiff
Attempt to fix test
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 02:17:07 +0000 (02:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Jun 2010 02:17:07 +0000 (02:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106522 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/category-class.m

index 53a2acb57b2555d2ea9b6be2be132e318f09731c..ae173ce7e09f312cef51525c5ee68137a2d15cbe 100644 (file)
@@ -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