]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/tlv-dead_strip/Makefile
ld64-128.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / tlv-dead_strip / Makefile
index 46e695c4b9fdb6200b8ea533ab57a51a150e0149..568ebc65b67f90c28072463307b5c72d304fd700 100644 (file)
@@ -32,7 +32,7 @@ run: all
 all:
        clang ${CCFLAGS} main.c -o main -dead_strip -mmacosx-version-min=10.7
        otool -lv main | grep S_THREAD_LOCAL_VARIABLES | ${FAIL_IF_EMPTY}
-       otool -lv main | grep S_THREAD_LOCAL_REGULAR | ${FAIL_IF_EMPTY}
+       otool -lv main | egrep 'S_THREAD_LOCAL_REGULAR|S_THREAD_LOCAL_ZEROFILL' | ${FAIL_IF_EMPTY}
        ${PASS_IFF_GOOD_MACHO} main
 
 clean: