diff options
author | Tim Northover <tnorthover@apple.com> | 2015-10-30 16:30:36 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2015-10-30 16:30:36 +0000 |
commit | 756447a67c39ba1e95cb5c92cbeb06f8a795b7fb (patch) | |
tree | b26923de67a7995f9112ebdab252ddb3cf2f8a71 /clang/lib/CodeGen/CGObjCGNU.cpp | |
parent | 67465f80eca80beb18f1602095fe03c76b74d52e (diff) | |
download | bcm5719-llvm-756447a67c39ba1e95cb5c92cbeb06f8a795b7fb.tar.gz bcm5719-llvm-756447a67c39ba1e95cb5c92cbeb06f8a795b7fb.zip |
Watch and TV OS: wire up basic ABI choices
This sets the mostly expected Darwin default ABI options for these two
platforms. Active changes from these defaults for watchOS are in a later patch.
llvm-svn: 251708
Diffstat (limited to 'clang/lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index 54721a0cb15..1e5db240429 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/lib/CodeGen/CGObjCGNU.cpp @@ -2889,6 +2889,7 @@ clang::CodeGen::CreateGNUObjCRuntime(CodeGenModule &CGM) { case ObjCRuntime::FragileMacOSX: case ObjCRuntime::MacOSX: case ObjCRuntime::iOS: + case ObjCRuntime::WatchOS: llvm_unreachable("these runtimes are not GNU runtimes"); } llvm_unreachable("bad runtime"); |