]> granicus.if.org Git - clang/commit
(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add
authorDaniel Dunbar <daniel@zuster.org>
Fri, 6 Mar 2009 22:13:30 +0000 (22:13 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 6 Mar 2009 22:13:30 +0000 (22:13 +0000)
commitb681b8ffab2aa016b3897916d5110927c34a584b
tree8e3a6da15d20ae2608f9bfa12737790a4b9d903b
parent4e06387c2d6d00c7a30167d4c2206756992dde38
(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add
CodeGenModule::CreateRuntimeVariable.

 - No real functionality change; although we now assert on silly
   things like:
--
int objc_exception_throw;
void f0() { @throw(@"A"); }
--
   instead of accepting it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66292 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h