1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Bill Wendling 395d7dee0e 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
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