Give a description of the Objective-C garbage collection module flags.
authorBill Wendling <isanbard@gmail.com>
Thu, 16 Feb 2012 01:10:50 +0000 (01:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 16 Feb 2012 01:10:50 +0000 (01:10 +0000)
commitf7b367ce455d034843c8992b69dd41df6bde383e
treeb07b39558690dc2a2ef7efb24c1881d0ffded63f
parent5e6162e75645122b6afdbca8ba55294e073dc369
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
docs/LangRef.html