Use NonFragileABI as name of new Next abi. More comments

for the new meta-data.

llvm-svn: 62806
This commit is contained in:
Fariborz Jahanian
2009-01-22 23:02:58 +00:00
parent c6252091dd
commit b15a3d5969
5 changed files with 125 additions and 63 deletions

View File

@@ -39,7 +39,7 @@ CodeGenModule::CodeGenModule(ASTContext &C, const LangOptions &LO,
if (Features.ObjC1) {
if (Features.NeXTRuntime) {
Runtime = Features.ObjCModernABI ? CreateMacModernObjCRuntime(*this)
Runtime = Features.ObjCNonFragileABI ? CreateMacNonFragileABIObjCRuntime(*this)
: CreateMacObjCRuntime(*this);
} else {
Runtime = CreateGNUObjCRuntime(*this);