commit | b326b1789aab423635325c753e700189513ee1ed | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Mar 30 23:03:07 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Mar 30 23:03:07 2008 +0000 |
tree | b842c678fe95a0feed12419eb419e091d22fff49 | |
parent | cfd9f4cf65259ccfe12c8cb5067326c9835c9956 [diff] [blame] |
Add initial support for objc codegen for methods, ivars, and the etoile runtime, patch by David Chisnall! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48969 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGObjC.cpp b/lib/CodeGen/CGObjC.cpp index 33419a3..7894e83 100644 --- a/lib/CodeGen/CGObjC.cpp +++ b/lib/CodeGen/CGObjC.cpp
@@ -23,3 +23,4 @@ return CGM.GetAddrOfConstantCFString(S); } +