diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-02-16 01:10:50 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-02-16 01:10:50 +0000 |
commit | 7346277b6bcf71652e32bc8a4c8e580916329e60 (patch) | |
tree | 6237caf25dad6a64a5791ff438af22e4b88a5e91 /clang/lib/CodeGen/CGClass.cpp | |
parent | d3b672c38545de350a09d06fa19bd0f7589d9345 (diff) | |
download | bcm5719-llvm-7346277b6bcf71652e32bc8a4c8e580916329e60.tar.gz bcm5719-llvm-7346277b6bcf71652e32bc8a4c8e580916329e60.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CGClass.cpp')
0 files changed, 0 insertions, 0 deletions