X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/60ce07c1e7dbeedd94a57ba21c14ff07c4ada4db..afe874b1634377ecb27057ee76deb04915bb34d7:/unit-tests/test-cases/lto-archive-dylib/Makefile diff --git a/unit-tests/test-cases/lto-archive-dylib/Makefile b/unit-tests/test-cases/lto-archive-dylib/Makefile index e538ee1..ba8eed7 100644 --- a/unit-tests/test-cases/lto-archive-dylib/Makefile +++ b/unit-tests/test-cases/lto-archive-dylib/Makefile @@ -30,16 +30,13 @@ include ${TESTROOT}/include/common.makefile # symbol from a dylib. # -LLVMGCC = /Developer/usr/bin/llvm-gcc-4.2 -arch ${ARCH} -LLVMGXX = /Developer/usr/bin/llvm-g++-4.2 -arch ${ARCH} - run: all all: ${CC} ${CCFLAGS} foo.c -c -o foo.o libtool -static foo.o -o libfoo.a - ${LLVMGCC} ${CCFLAGS} --emit-llvm main.c -c -o main.o - ${LLVMGCC} ${CCFLAGS} main.o -o main libfoo.a + ${CC} ${CCFLAGS} -flto main.c -c -o main.o + ${CC} ${CCFLAGS} main.o -o main libfoo.a ${PASS_IFF_GOOD_MACHO} main clean: