]> granicus.if.org Git - clang/commit
After some discussion, promote -fobjc-weak to a driver option.
authorJohn McCall <rjmccall@apple.com>
Thu, 5 Nov 2015 19:19:56 +0000 (19:19 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 5 Nov 2015 19:19:56 +0000 (19:19 +0000)
commit57c6d436f03e0e49b073bdd42ef271d8ff027113
tree4dc5f23762f7557c20b4659ff174392c331d45f0
parent709e87080e9fadc040096c66c3d2a447d5a376c2
After some discussion, promote -fobjc-weak to a driver option.

rdar://problem/23415863

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252187 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/objc-weak.m [new file with mode: 0644]