commit | 2ac4cd357dbaa659d3f8d3730251865cc1903efa | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 08 01:10:55 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 08 01:10:55 2009 +0000 |
tree | 5bbb2a39d1b87600b2a0c2bdfe956d6f297eae53 | |
parent | b1d9eb3ed8d41b334f3b790e863140226cb10028 [diff] [blame] |
Objc's compatibility-alias semantics and code gen issue fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61901 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index eaa8b58..ff8acde 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp
@@ -1065,7 +1065,7 @@ break; } case Decl::ObjCCompatibleAlias: - ErrorUnsupported(D, "Objective-C compatible alias"); + // compatibility-alias is a directive and has no code gen. break; case Decl::LinkageSpec: {