Changes between Initial Version and Version 1 of Ticket #66188, comment 6


Ignore:
Timestamp:
Nov 8, 2022, 5:47:29 AM (23 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66188, comment 6

    initial v1  
    55So far, not up to 10.10 at least:
    66{{{
    7 $ /usr/bin/clang -fobjc-arc -arch i386 writeback.m
    8 error: -fobjc-arc is not supported on platforms using the legacy runtime
    9 VM1010Yosemite:~ cunningh$ /usr/bin/clang -v
     7$ /usr/bin/clang -v
    108Apple LLVM version 7.0.2 (clang-700.1.81)
    119Target: x86_64-apple-darwin14.5.0
    1210Thread model: posix
    13 VM1010Yosemite:~ cunningh$ /usr/bin/clang -fobjc-arc -arch i386 writeback.m
     11
     12$ /usr/bin/clang -fobjc-arc -arch i386 writeback.m
    1413error: -fobjc-arc is not supported on platforms using the legacy runtime
    1514}}}