Bill Wendling f7b367ce45 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150646 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-16 01:10:50 +00:00
..
2012-02-05 11:17:49 +00:00
2011-04-09 02:13:37 +00:00
2012-02-08 22:20:00 +00:00
2011-10-31 23:46:50 +00:00
2012-01-01 08:16:56 +00:00
2011-10-31 13:04:26 +00:00
2012-01-19 21:50:08 +00:00
2012-02-07 08:42:29 +00:00