commit | 775086e67c465ff9363a927cb7d4a559d49e47f1 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Thu Jul 12 02:07:58 2012 +0000 |
committer | John McCall <rjmccall@apple.com> | Thu Jul 12 02:07:58 2012 +0000 |
tree | 643dae2ad48520fc34a3cfb7eb65fc542cf4adab | |
parent | 493eb32ff45cebb7ea227a33955a565933879ed0 [diff] [blame] |
Add the ObjFW runtime. Patch by Jonathan Schleifer! llvm-svn: 160102
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index bba3e7c..22ac115 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -140,6 +140,7 @@ switch (LangOpts.ObjCRuntime.getKind()) { case ObjCRuntime::GNUstep: case ObjCRuntime::GCC: + case ObjCRuntime::ObjFW: ObjCRuntime = CreateGNUObjCRuntime(*this); return;