commit | 7346277b6bcf71652e32bc8a4c8e580916329e60 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Feb 16 01:10:50 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Feb 16 01:10:50 2012 +0000 |
tree | 6237caf25dad6a64a5791ff438af22e4b88a5e91 | |
parent | d3b672c38545de350a09d06fa19bd0f7589d9345 [diff] |
Give a description of the Objective-C garbage collection module flags. The rule governing the flags is this: no-gc + no-gc = no-gc no-gc + gc = no-gc no-gc + gc-only = error gc + gc = gc gc + gc-only = gc-only gc-only + gc-only = gc-only llvm-svn: 150646