]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/eh-coalescing/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / eh-coalescing / Makefile
index 0c7fb32f3b7e2d5d08d46bb044d43a8b9556241d..7f6111624a849eededcf527229d437a26c37c02b 100644 (file)
@@ -44,7 +44,7 @@ all:
        # verify .eh symbol is missing or is from bar.o (file 3)
        grep '\[  2\] __Z4funcv.eh' libfoobar.map | ${FAIL_IF_STDIN}
        # verify no LSDA
-       size -l libfoobar.dylib | grep __gcc_except_tab | ${PASS_IFF_EMPTY}
+       size -m -l libfoobar.dylib | grep __gcc_except_tab | ${PASS_IFF_EMPTY}
 
 clean:
        rm  foo.o foo2.o bar.o  libfoobar.map  libfoobar.dylib