forked from OSchip/llvm-project
parent
6c1fc79cab
commit
de049cdbe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue