[AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C supportAIX and z/OS lack Objective-C support, so mark these tests as unsupported for AIX and z/OS.Reviewed By: jsjiDiffer
[AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C supportAIX and z/OS lack Objective-C support, so mark these tests as unsupported for AIX and z/OS.Reviewed By: jsjiDifferential Revision: https://reviews.llvm.org/D109060
show more ...
[ExternalASTMerger] Import Objective-C classesThis patch adds functionality and a test for importing Objective-C classesand their methods.It also adds a flag to clang-import-test to set the lang
[ExternalASTMerger] Import Objective-C classesThis patch adds functionality and a test for importing Objective-C classesand their methods.It also adds a flag to clang-import-test to set the language used forparsing. This takes the same argument format as the -x option to thedriver.Differential Revision: https://reviews.llvm.org/D35274llvm-svn: 309014