diff options
author | John McCall <rjmccall@apple.com> | 2012-07-12 02:07:58 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-07-12 02:07:58 +0000 |
commit | f7226fbe677a9c7578fa0613491ed15c6dc6a5e1 (patch) | |
tree | 341afe4f4a4d8d3068a7e0164dc9f2e825d21e8e /lib/CodeGen/CGObjCMac.cpp | |
parent | dc5796cb3e77feb58928f84632d3f0088351d847 (diff) |
Add the ObjFW runtime. Patch by Jonathan Schleifer!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGObjCMac.cpp')
-rw-r--r-- | lib/CodeGen/CGObjCMac.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 4781d87a6b..864b4ebe1f 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -6391,6 +6391,7 @@ CodeGen::CreateMacObjCRuntime(CodeGen::CodeGenModule &CGM) { case ObjCRuntime::GNUstep: case ObjCRuntime::GCC: + case ObjCRuntime::ObjFW: llvm_unreachable("these runtimes are not Mac runtimes"); } llvm_unreachable("bad runtime"); |